From 8cc87d6448b0870e52770479996ea58b448f2897 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 10 Oct 2013 16:29:41 -0700 Subject: fix blue lock --- view/theme/redbasic/css/style.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'view') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 33e48bd80..e8abec3c6 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2936,6 +2936,11 @@ nav a:link { nav a:hover { color: #0080FF; } +nav .fakelink { + color: #ffffff; + text-decoration: none; + outline: none; +} nav .fakelink:hover { text-decoration: none; } #profiles-menu li a { -- cgit v1.2.3