mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
12 lines
148 B
CSS
12 lines
148 B
CSS
.mx_MessageTile {
|
|
border-bottom: 1px solid #eee;
|
|
}
|
|
|
|
.mx_MessageTile.sending {
|
|
color: #ddd;
|
|
}
|
|
|
|
.mx_MessageTile.not_sent {
|
|
color: #f11;
|
|
}
|