From 5dc457b16c2d2cc0721fb3af1a786e8f0e32ef73 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Fri, 24 Mar 2017 16:10:37 +0100 Subject: fix some active and hover colors --- view/theme/redbasic/css/style.css | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'view/theme/redbasic') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index c38c5c4d0..3e321f54d 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -766,10 +766,14 @@ a.rconnect:hover, a.rateme:hover, div.rateme:hover { text-decoration: none; } -.widget .conv-participants { +.conv-participants { color: $font_colour; } +.active .conv-participants { + color: #fff; +} + .contactname { font-weight: bold; display: block; @@ -1129,10 +1133,19 @@ img.mail-conv-sender-photo { } .wall-item-ago, -.dropdown-sub-text { +a:hover .wall-item-ago, +.dropdown-sub-text, +a:hover .dropdown-sub-text { color: #777; } +.active .wall-item-ago, +a:active .wall-item-ago, +.active .dropdown-sub-text, +a:active .dropdown-sub-text { + color: #fff; +} + .wall-item-content, .mail-conv-body, .page-body, -- cgit v1.2.3