aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--view/theme/redbasic/css/style.css17
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,