1
0
mirror of https://github.com/moparisthebest/kaiwa synced 2024-11-25 18:52:20 -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 '
&.pending
background-color: red
color: lighten($baseText, 50%)
.body
display: inline

View File

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