From f74bdda0be78501690d2ac2dc06087d517fd4edd Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 5 Mar 2013 23:57:08 -0800 Subject: consistency --- view/theme/redbasic/css/style.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 4130d440d..94d52e995 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1991,7 +1991,7 @@ tr.mceLast { } #in-this-photo-text { - color: #0000FF; + color: #0080FF; margin-left: 30px; } @@ -2432,7 +2432,7 @@ aside input[type='text'] { } #nav-search-text { - margin-top: -2px; + margin-top: -1px; font-size: 0.8em; border-radius: 14px; border: none; @@ -3415,7 +3415,7 @@ nav a:link { } nav a:hover { - color: #0000FF; + color: #0080FF; } nav .fakelink:hover { text-decoration: none; } @@ -3480,7 +3480,11 @@ nav:hover .nav-menu { } nav .nav-menu.selected span { - color: #0000FF; + color: #444444; +} + +nav .nav-menu.selected a { + color: #444444; } nav .nav-notify { -- cgit v1.2.3