mirror of
https://github.com/celisej567/abaddon.git
synced 2026-09-19 20:11:59 +03:00
show pending/failed messages
css changes: - added .failed - added .pending
This commit is contained in:
10
css/main.css
10
css/main.css
@@ -75,10 +75,18 @@
|
||||
padding-top: 5px;
|
||||
}
|
||||
|
||||
.message-text text, .message-reply {
|
||||
.message-text:not(.failed) text, .message-reply {
|
||||
color: @text_color;
|
||||
}
|
||||
|
||||
.message-text.pending text {
|
||||
color: shade(@text_color, 0.5);
|
||||
}
|
||||
|
||||
.message-text.failed text {
|
||||
color: #b72d4f;
|
||||
}
|
||||
|
||||
.message-reply {
|
||||
border-left: 2px solid gray;
|
||||
padding-left: 20px;
|
||||
|
||||
Reference in New Issue
Block a user