diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-03-24 16:10:37 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-03-24 16:10:37 +0100 |
commit | 5dc457b16c2d2cc0721fb3af1a786e8f0e32ef73 (patch) | |
tree | ee6c033a3496bb37fd698311e784f52f3e3e7ca0 /view/theme/redbasic | |
parent | aadfb97d5a56c570fa65205cbe0f0f8b735cf813 (diff) | |
download | volse-hubzilla-5dc457b16c2d2cc0721fb3af1a786e8f0e32ef73.tar.gz volse-hubzilla-5dc457b16c2d2cc0721fb3af1a786e8f0e32ef73.tar.bz2 volse-hubzilla-5dc457b16c2d2cc0721fb3af1a786e8f0e32ef73.zip |
fix some active and hover colors
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 17 |
1 files changed, 15 insertions, 2 deletions
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, |