mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 19:26:04 +03:00
highlight binged rooms more clearly
This commit is contained in:
parent
819b80d30f
commit
2c12b9128b
1 changed files with 4 additions and 0 deletions
|
@ -112,6 +112,10 @@ limitations under the License.
|
|||
color: #76cfa6 ! important;
|
||||
}
|
||||
|
||||
.mx_RoomTile_highlight .mx_RoomTile_name {
|
||||
color: #ff0064 ! important;
|
||||
}
|
||||
|
||||
.mx_RoomTile.mx_RoomTile_selected .mx_RoomTile_name {
|
||||
background: url('img/selected.png');
|
||||
background-repeat: no-repeat;
|
||||
|
|
Loading…
Reference in a new issue