diff options
author | Simon L'nu <simon.lnu@gmail.com> | 2012-03-26 14:19:59 -0400 |
---|---|---|
committer | Simon L'nu <simon.lnu@gmail.com> | 2012-03-26 14:19:59 -0400 |
commit | 3b9f0fd80194ffbde8b5667135237441ea2838e9 (patch) | |
tree | 463f0d075f9593a4d513aa91e08ebc896b00779a /view/theme/dispy | |
parent | a0ee51b3db99df7e8a0f9868937a9812177af567 (diff) | |
download | volse-hubzilla-3b9f0fd80194ffbde8b5667135237441ea2838e9.tar.gz volse-hubzilla-3b9f0fd80194ffbde8b5667135237441ea2838e9.tar.bz2 volse-hubzilla-3b9f0fd80194ffbde8b5667135237441ea2838e9.zip |
fix dispy's nav element; fix colours in #search-text
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
Diffstat (limited to 'view/theme/dispy')
-rw-r--r-- | view/theme/dispy/style.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/view/theme/dispy/style.css b/view/theme/dispy/style.css index 7c80c8b5b..c591152c2 100644 --- a/view/theme/dispy/style.css +++ b/view/theme/dispy/style.css @@ -217,7 +217,7 @@ input[type=submit] { * nav */ nav { - height: 60px; + height: 80px; display: block; background-color: #2e3436; color: #eeeeec; @@ -497,8 +497,8 @@ nav #nav-notifications-linkmenu.on .icon.s22.notify, nav #nav-notifications-link } #search-text { border: 1px #eec solid; - background: #eec; - color: #e2e33436; + background: #2e3436; + color: #eec; } .nav-ajax-update, .nav-ajax-left { width: 30px; |