mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
put a black badge on unread notifications, and a red one for unread highlights
This commit is contained in:
parent
5e21059144
commit
e0ecde6760
@ -97,12 +97,16 @@ limitations under the License.
|
||||
*/
|
||||
|
||||
.mx_RoomTile_badge {
|
||||
background-color: #76cfa6;
|
||||
background-color: #ff0064;
|
||||
width: 4px;
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
top: 5px;
|
||||
height: 24px;
|
||||
}
|
||||
|
||||
.mx_RoomTile_unreadNotify .mx_RoomTile_badge {
|
||||
background-color: #454545;
|
||||
}
|
||||
|
||||
.mx_RoomTile_unread,
|
||||
|
Loading…
Reference in New Issue
Block a user