1
0
mirror of https://github.com/moparisthebest/kaiwa synced 2024-11-29 12:42:16 -05:00

[ux] make pending messages different color

This commit is contained in:
karolinaszczur 2013-09-25 13:18:14 +02:00
parent 159bfdf3fc
commit 0582a947a6
2 changed files with 2 additions and 2 deletions

View File

@ -109,7 +109,7 @@
content: 'edited ' content: 'edited '
&.pending &.pending
background-color: red color: lighten($baseText, 50%)
.body .body
display: inline display: inline

View File

@ -728,7 +728,7 @@ h3 {
content: 'edited '; content: 'edited ';
} }
.messages .message.pending { .messages .message.pending {
background-color: #f00; color: #ababab;
} }
.messages .message .body { .messages .message .body {
display: inline; display: inline;