forked from matrix/element-web
highlight binged rooms more clearly
This commit is contained in:
parent
819b80d30f
commit
2c12b9128b
|
@ -112,6 +112,10 @@ limitations under the License.
|
||||||
color: #76cfa6 ! important;
|
color: #76cfa6 ! important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_RoomTile_highlight .mx_RoomTile_name {
|
||||||
|
color: #ff0064 ! important;
|
||||||
|
}
|
||||||
|
|
||||||
.mx_RoomTile.mx_RoomTile_selected .mx_RoomTile_name {
|
.mx_RoomTile.mx_RoomTile_selected .mx_RoomTile_name {
|
||||||
background: url('img/selected.png');
|
background: url('img/selected.png');
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
|
Loading…
Reference in New Issue