Added abook-changed background colour to dark schema

This commit is contained in:
Jeroen
2014-09-07 21:46:20 +00:00
parent 3cff9c55ba
commit 11b5ec7ec8
3 changed files with 14 additions and 5 deletions

View File

@@ -2184,6 +2184,10 @@ img.mail-list-sender-photo {
background-color: $abookself_bgcolour;
}
.abook-pending-contact, .abook-permschange {
background: $abook_changebg;
}
.online-now {
color: red;
cursor: pointer;