aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authortomtom84 <63dc41d76451@ba77e90e49a6.anonbox.net>2012-03-03 14:45:03 -0800
committertomtom84 <63dc41d76451@ba77e90e49a6.anonbox.net>2012-03-03 14:45:03 -0800
commitf4b9c405da1d6a0fc37f2115f8b539bc9bb26f92 (patch)
treece1c2f847c9422164e738366f1cbd7b62a60587e /view/theme
parent77db5becb6d67b143ab4ea3d57230fb17f6edb80 (diff)
parentb3eeb2240170b4f21f5162eb649fa7191264aeb5 (diff)
downloadvolse-hubzilla-f4b9c405da1d6a0fc37f2115f8b539bc9bb26f92.tar.gz
volse-hubzilla-f4b9c405da1d6a0fc37f2115f8b539bc9bb26f92.tar.bz2
volse-hubzilla-f4b9c405da1d6a0fc37f2115f8b539bc9bb26f92.zip
Merge pull request #71 from tomtom84/master
fixes in diabook theme
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/diabook/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/diabook/style.css b/view/theme/diabook/style.css
index 0f60ee531..5e471f621 100644
--- a/view/theme/diabook/style.css
+++ b/view/theme/diabook/style.css
@@ -749,8 +749,8 @@ ul.menu-popup a {
text-decoration: none;
}
ul.menu-popup a:hover {
- background-color: #3465A4; /*bdcdd4;*/
- color: #fff;
+ background-color: #fff797; /*bdcdd4;*/
+ color: #000;
}
ul.menu-popup .menu-sep {
border-top: 1px solid #9eabb0;