From 3b9f0fd80194ffbde8b5667135237441ea2838e9 Mon Sep 17 00:00:00 2001 From: Simon L'nu Date: Mon, 26 Mar 2012 14:19:59 -0400 Subject: fix dispy's nav element; fix colours in #search-text Signed-off-by: Simon L'nu --- view/theme/dispy-dark/style.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'view/theme/dispy-dark') diff --git a/view/theme/dispy-dark/style.css b/view/theme/dispy-dark/style.css index e47eb22ed..5dba6b94c 100644 --- a/view/theme/dispy-dark/style.css +++ b/view/theme/dispy-dark/style.css @@ -500,7 +500,7 @@ nav #nav-notifications-linkmenu.on .icon.s22.notify, nav #nav-notifications-link width: 0; } #search-text { - border: 1px #2e2f2e solid; + border: 1px #eec solid; background: #2e2f2e; color: #eec; } @@ -713,7 +713,7 @@ aside #viewcontacts { width: 150px; } #netsearch-box #search-submit { - margin: 5px 0px 0px 0px; + margin: 5px 5px 0px 0px; } .ttright { margin: 0px 0px 0px 0px; @@ -1046,6 +1046,9 @@ section { .shiny { background: #2e3436; } +.wall-outside-wrapper .shiny { + border-radius: 5px; +} .heart { color: red; } -- cgit v1.2.3