diff options
author | friendica <info@friendica.com> | 2013-10-10 16:29:41 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-10-10 16:29:41 -0700 |
commit | 8cc87d6448b0870e52770479996ea58b448f2897 (patch) | |
tree | 77f1132943808c9d851264c2eca4260ac81fc19d /view/theme/redbasic | |
parent | 6ac0a84fac9d477c2c1347bd057692c21cc0db3f (diff) | |
download | volse-hubzilla-8cc87d6448b0870e52770479996ea58b448f2897.tar.gz volse-hubzilla-8cc87d6448b0870e52770479996ea58b448f2897.tar.bz2 volse-hubzilla-8cc87d6448b0870e52770479996ea58b448f2897.zip |
fix blue lock
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
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 { |