diff options
author | tommy tomson <thomas.bierey@gmx.de> | 2012-03-03 23:43:15 +0100 |
---|---|---|
committer | tommy tomson <thomas.bierey@gmx.de> | 2012-03-03 23:43:15 +0100 |
commit | b3eeb2240170b4f21f5162eb649fa7191264aeb5 (patch) | |
tree | a456cb56060bb10416252b36ee6e153ceb1f8337 | |
parent | 173fb983c5fa2514c3cdc15ac56a030c49f81ca7 (diff) | |
download | volse-hubzilla-b3eeb2240170b4f21f5162eb649fa7191264aeb5.tar.gz volse-hubzilla-b3eeb2240170b4f21f5162eb649fa7191264aeb5.tar.bz2 volse-hubzilla-b3eeb2240170b4f21f5162eb649fa7191264aeb5.zip |
fix
-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; |