diff options
author | tomtom84 <63dc41d76451@ba77e90e49a6.anonbox.net> | 2012-03-03 14:45:03 -0800 |
---|---|---|
committer | tomtom84 <63dc41d76451@ba77e90e49a6.anonbox.net> | 2012-03-03 14:45:03 -0800 |
commit | f4b9c405da1d6a0fc37f2115f8b539bc9bb26f92 (patch) | |
tree | ce1c2f847c9422164e738366f1cbd7b62a60587e /view/theme | |
parent | 77db5becb6d67b143ab4ea3d57230fb17f6edb80 (diff) | |
parent | b3eeb2240170b4f21f5162eb649fa7191264aeb5 (diff) | |
download | volse-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.css | 4 |
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; |