2020-06-05 00:34:04 +02:00
|
|
|
/*
|
2024-09-09 15:57:16 +02:00
|
|
|
Copyright 2024 New Vector Ltd.
|
2020-06-05 00:34:04 +02:00
|
|
|
Copyright 2020 The Matrix.org Foundation C.I.C.
|
|
|
|
|
2024-09-09 15:57:16 +02: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 00:34:04 +02:00
|
|
|
*/
|
|
|
|
|
2020-07-17 23:27:49 +02:00
|
|
|
.mx_RoomList {
|
2022-07-27 15:39:29 +02:00
|
|
|
padding-right: 7px; /* width of the scrollbar, to line things up */
|
2020-06-05 00:34:04 +02:00
|
|
|
}
|
2020-08-13 17:18:26 +02:00
|
|
|
|
|
|
|
.mx_RoomList_iconPlus::before {
|
2022-12-12 12:24:14 +01:00
|
|
|
mask-image: url("$(res)/img/element-icons/roomlist/plus-circle.svg");
|
2021-03-02 15:19:40 +01:00
|
|
|
}
|
2022-04-01 16:36:10 +02:00
|
|
|
.mx_RoomList_iconNewRoom::before {
|
2022-12-12 12:24:14 +01:00
|
|
|
mask-image: url("$(res)/img/element-icons/roomlist/hash-plus.svg");
|
2020-08-13 17:18:26 +02:00
|
|
|
}
|
2022-04-01 16:36:10 +02:00
|
|
|
.mx_RoomList_iconNewVideoRoom::before {
|
2022-12-12 12:24:14 +01:00
|
|
|
mask-image: url("$(res)/img/element-icons/roomlist/hash-video.svg");
|
2022-04-01 16:36:10 +02:00
|
|
|
}
|
2021-11-30 19:08:46 +01:00
|
|
|
.mx_RoomList_iconAddExistingRoom::before {
|
2022-12-12 12:24:14 +01:00
|
|
|
mask-image: url("$(res)/img/element-icons/roomlist/hash.svg");
|
2020-08-13 17:18:26 +02:00
|
|
|
}
|
2021-11-30 19:08:46 +01:00
|
|
|
.mx_RoomList_iconExplore::before {
|
2022-12-12 12:24:14 +01:00
|
|
|
mask-image: url("$(res)/img/element-icons/roomlist/hash-search.svg");
|
2021-03-24 20:43:33 +01:00
|
|
|
}
|
2020-12-23 20:02:01 +01:00
|
|
|
.mx_RoomList_iconDialpad::before {
|
2022-12-12 12:24:14 +01:00
|
|
|
mask-image: url("$(res)/img/element-icons/roomlist/dialpad.svg");
|
2020-12-23 20:02:01 +01:00
|
|
|
}
|
2022-02-17 10:20:15 +01:00
|
|
|
.mx_RoomList_iconStartChat::before {
|
2022-12-12 12:24:14 +01:00
|
|
|
mask-image: url("$(res)/img/element-icons/roomlist/member-plus.svg");
|
2021-11-30 19:08:46 +01:00
|
|
|
}
|
2022-02-17 10:20:15 +01:00
|
|
|
.mx_RoomList_iconInvite::before {
|
2022-12-12 12:24:14 +01:00
|
|
|
mask-image: url("$(res)/img/element-icons/room/share.svg");
|
2021-11-30 19:08:46 +01:00
|
|
|
}
|