fix some active and hover colors

This commit is contained in:
Mario Vavti 2017-03-24 16:10:37 +01:00
parent aadfb97d5a
commit 5dc457b16c

View file

@ -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,