2022-07-12 21:03:08 +08:00
|
|
|
.mx_RoomNotificationContextMenu_iconBell::before {
|
2022-12-12 19:24:14 +08:00
|
|
|
mask-image: url("$(res)/img/element-icons/notifications.svg");
|
2022-07-12 21:03:08 +08:00
|
|
|
}
|
|
|
|
.mx_RoomNotificationContextMenu_iconBellDot::before {
|
2022-12-12 19:24:14 +08:00
|
|
|
mask-image: url("$(res)/img/element-icons/roomlist/notifications-default.svg");
|
2022-07-12 21:03:08 +08:00
|
|
|
}
|
|
|
|
.mx_RoomNotificationContextMenu_iconBellMentions::before {
|
2022-12-12 19:24:14 +08:00
|
|
|
mask-image: url("$(res)/img/element-icons/roomlist/notifications-dm.svg");
|
2022-07-12 21:03:08 +08:00
|
|
|
}
|
|
|
|
.mx_RoomNotificationContextMenu_iconBellCrossed::before {
|
2022-12-12 19:24:14 +08:00
|
|
|
mask-image: url("$(res)/img/element-icons/roomlist/notifications-off.svg");
|
2022-07-12 21:03:08 +08:00
|
|
|
}
|