aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-03-06 19:19:56 -0800
committerfriendica <info@friendica.com>2013-03-06 19:19:56 -0800
commit863dcda8ee2e6a193729b4cb74a0bb60d364372b (patch)
treed2833b856edbedd903d4b4cd4cbca86dc9d93fb0 /view/theme
parent3d299f066eafbba2a9f5b3f2fd369492a271b27d (diff)
downloadvolse-hubzilla-863dcda8ee2e6a193729b4cb74a0bb60d364372b.tar.gz
volse-hubzilla-863dcda8ee2e6a193729b4cb74a0bb60d364372b.tar.bz2
volse-hubzilla-863dcda8ee2e6a193729b4cb74a0bb60d364372b.zip
clean up some funky menu interactions
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/redbasic/css/style.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index d6a9cb800..c6490a573 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -3479,10 +3479,6 @@ nav:hover .nav-menu {
/* border-bottom: 3px solid #f00; */
}
-nav .nav-menu.selected span {
- color: #444444;
-}
-
nav .nav-menu.selected a {
color: #444444;
}
@@ -3497,6 +3493,10 @@ nav .nav-notify {
filter:alpha(opacity=60);
}
+.nav-notify:hover, nav .nav-notify.selected span {
+ color: #ffffff;
+}
+
nav .nav-notify.show {
display: block;
}
@@ -3538,7 +3538,7 @@ ul.menu-popup {
}
ul.menu-popup a {
display: block;
- color: #;
+ color: #FFFFFF;
padding: 5px 10px;
text-decoration: none;
}
@@ -3546,7 +3546,7 @@ ul.menu-popup a {
ul.menu-popup a:hover {
background-color: #888888;
- color: #000000;
+ color: #FFFFFF;
}
ul.menu-popup .menu-sep {
border-top: 1px solid #9eabb0;