2020-06-05 06:34:04 +08:00
|
|
|
/*
|
|
|
|
Copyright 2020 The Matrix.org Foundation C.I.C.
|
|
|
|
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
you may not use this file except in compliance with the License.
|
|
|
|
You may obtain a copy of the License at
|
|
|
|
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
See the License for the specific language governing permissions and
|
|
|
|
limitations under the License.
|
|
|
|
*/
|
|
|
|
|
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");
|
|
|
|
}
|