diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-03-27 10:29:26 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-03-27 10:29:26 +0200 |
commit | 099b30afbfe2171f65c3155ee66b8b5fa55ddc63 (patch) | |
tree | aea257f9015a1ca77dc49631042afdfa862320b5 /view/theme/redbasic/css | |
parent | c327b00efa7807374776a341a7cec4023f61497b (diff) | |
download | volse-hubzilla-099b30afbfe2171f65c3155ee66b8b5fa55ddc63.tar.gz volse-hubzilla-099b30afbfe2171f65c3155ee66b8b5fa55ddc63.tar.bz2 volse-hubzilla-099b30afbfe2171f65c3155ee66b8b5fa55ddc63.zip |
css fixes
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 83e9c64cd..0e5ff2bfb 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -737,10 +737,6 @@ div.jGrowl div.jGrowl-notification { color: $font_colour; } -.active .conv-participants { - color: #fff; -} - .contactname { font-weight: bold; display: block; @@ -1097,9 +1093,10 @@ a:hover .dropdown-sub-text { } .active .wall-item-ago, -a:active .wall-item-ago, +a.active:hover .wall-item-ago, .active .dropdown-sub-text, -a:active .dropdown-sub-text { +a:active .dropdown-sub-text, +a.active:hover .dropdown-sub-text { color: #fff; } |