put a black badge on unread notifications, and a red one for unread highlights
This commit is contained in:
parent
5e21059144
commit
e0ecde6760
1 changed files with 5 additions and 1 deletions
|
@ -97,7 +97,7 @@ limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.mx_RoomTile_badge {
|
.mx_RoomTile_badge {
|
||||||
background-color: #76cfa6;
|
background-color: #ff0064;
|
||||||
width: 4px;
|
width: 4px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
|
@ -105,6 +105,10 @@ limitations under the License.
|
||||||
height: 24px;
|
height: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_RoomTile_unreadNotify .mx_RoomTile_badge {
|
||||||
|
background-color: #454545;
|
||||||
|
}
|
||||||
|
|
||||||
.mx_RoomTile_unread,
|
.mx_RoomTile_unread,
|
||||||
.mx_RoomTile_highlight {
|
.mx_RoomTile_highlight {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
Loading…
Add table
Reference in a new issue