put a black badge on unread notifications, and a red one for unread highlights
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user