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:
parent
159bfdf3fc
commit
0582a947a6
@ -109,7 +109,7 @@
|
||||
content: 'edited '
|
||||
|
||||
&.pending
|
||||
background-color: red
|
||||
color: lighten($baseText, 50%)
|
||||
|
||||
.body
|
||||
display: inline
|
||||
|
@ -728,7 +728,7 @@ h3 {
|
||||
content: 'edited ';
|
||||
}
|
||||
.messages .message.pending {
|
||||
background-color: #f00;
|
||||
color: #ababab;
|
||||
}
|
||||
.messages .message .body {
|
||||
display: inline;
|
||||
|
Loading…
Reference in New Issue
Block a user