aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-10-10 16:29:41 -0700
committerfriendica <info@friendica.com>2013-10-10 16:29:41 -0700
commit8cc87d6448b0870e52770479996ea58b448f2897 (patch)
tree77f1132943808c9d851264c2eca4260ac81fc19d /view
parent6ac0a84fac9d477c2c1347bd057692c21cc0db3f (diff)
downloadvolse-hubzilla-8cc87d6448b0870e52770479996ea58b448f2897.tar.gz
volse-hubzilla-8cc87d6448b0870e52770479996ea58b448f2897.tar.bz2
volse-hubzilla-8cc87d6448b0870e52770479996ea58b448f2897.zip
fix blue lock
Diffstat (limited to 'view')
-rw-r--r--view/theme/redbasic/css/style.css5
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 {