2020-06-05 06:34:04 +08:00
|
|
|
/*
|
2024-09-09 21:57:16 +08:00
|
|
|
Copyright 2024 New Vector Ltd.
|
2020-06-05 06:34:04 +08:00
|
|
|
Copyright 2020 The Matrix.org Foundation C.I.C.
|
|
|
|
|
2024-09-09 21:57:16 +08:00
|
|
|
SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only
|
|
|
|
Please see LICENSE files in the repository root for full details.
|
2020-06-05 06:34:04 +08:00
|
|
|
*/
|
|
|
|
|
2020-07-18 05:27:49 +08:00
|
|
|
.mx_RoomList {
|
2022-07-27 21:39:29 +08:00
|
|
|
padding-right: 7px; /* width of the scrollbar, to line things up */
|
2020-06-05 06:34:04 +08:00
|
|
|
}
|
2020-08-13 23:18:26 +08:00
|
|
|
|
|
|
|
.mx_RoomList_iconPlus::before {
|
2021-03-02 22:19:40 +08:00
|
|
|
mask-image: url("$(res)/img/element-icons/roomlist/plus-circle.svg");
|
|
|
|
}
|
2022-04-01 22:36:10 +08:00
|
|
|
.mx_RoomList_iconNewRoom::before {
|
2021-12-01 02:08:46 +08:00
|
|
|
mask-image: url("$(res)/img/element-icons/roomlist/hash-plus.svg");
|
2020-08-13 23:18:26 +08:00
|
|
|
}
|
2022-04-01 22:36:10 +08:00
|
|
|
.mx_RoomList_iconNewVideoRoom::before {
|
2022-04-05 18:30:57 +08:00
|
|
|
mask-image: url("$(res)/img/element-icons/roomlist/hash-video.svg");
|
2022-04-01 22:36:10 +08:00
|
|
|
}
|
2021-12-01 02:08:46 +08:00
|
|
|
.mx_RoomList_iconAddExistingRoom::before {
|
|
|
|
mask-image: url("$(res)/img/element-icons/roomlist/hash.svg");
|
2020-08-13 23:18:26 +08:00
|
|
|
}
|
2021-12-01 02:08:46 +08:00
|
|
|
.mx_RoomList_iconExplore::before {
|
|
|
|
mask-image: url("$(res)/img/element-icons/roomlist/hash-search.svg");
|
2021-03-25 03:43:33 +08:00
|
|
|
}
|
2020-12-24 03:02:01 +08:00
|
|
|
.mx_RoomList_iconDialpad::before {
|
|
|
|
mask-image: url("$(res)/img/element-icons/roomlist/dialpad.svg");
|
|
|
|
}
|
2022-02-17 17:20:15 +08:00
|
|
|
.mx_RoomList_iconStartChat::before {
|
2021-12-01 02:08:46 +08:00
|
|
|
mask-image: url("$(res)/img/element-icons/roomlist/member-plus.svg");
|
|
|
|
}
|
2022-02-17 17:20:15 +08:00
|
|
|
.mx_RoomList_iconInvite::before {
|
2021-12-01 02:08:46 +08:00
|
|
|
mask-image: url("$(res)/img/element-icons/room/share.svg");
|
|
|
|
}
|