theming chat a little

This commit is contained in:
marijus
2014-02-09 23:52:09 +01:00
parent 66e7d182d4
commit 4fc0126661
3 changed files with 39 additions and 5 deletions

View File

@@ -2455,8 +2455,16 @@ img.mail-list-sender-photo {
.abook-self {
background-color: #ffdddd;
}
.online-now {
color: red;
cursor: pointer;
}
.chat-item-photo {
border-radius: $radiuspx;
}
.chat-item-text {
border-radius: $radiuspx;
}