element-web/res/css/views/context_menus/_RoomNotificationContextMen...

13 lines
540 B
Plaintext
Raw Normal View History

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