aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-03-05 23:57:08 -0800
committerfriendica <info@friendica.com>2013-03-05 23:57:08 -0800
commitf74bdda0be78501690d2ac2dc06087d517fd4edd (patch)
tree1e78af00c839a6b9987fa268466f083921a68a1f
parente8109a7652c4e8c698ce82b1477f8a84bc0ceddb (diff)
downloadvolse-hubzilla-f74bdda0be78501690d2ac2dc06087d517fd4edd.tar.gz
volse-hubzilla-f74bdda0be78501690d2ac2dc06087d517fd4edd.tar.bz2
volse-hubzilla-f74bdda0be78501690d2ac2dc06087d517fd4edd.zip
consistency
-rw-r--r--view/theme/redbasic/css/style.css12
1 files 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 {