mirror of
https://github.com/uowuo/abaddon.git
synced 2024-11-10 06:00:10 +00:00
add pending and failed css
This commit is contained in:
parent
6d7ddcd42f
commit
0963be3ec3
@ -137,3 +137,11 @@
|
||||
.message-input scrollbar.vertical slider {
|
||||
min-height: 0px;
|
||||
}
|
||||
|
||||
.message-text.pending {
|
||||
color: alpha(currentColor, 0.5);
|
||||
}
|
||||
|
||||
.message-text.failed {
|
||||
color: red;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user