highlight binged rooms more clearly

This commit is contained in:
Matthew Hodgson 2015-12-01 16:57:36 +00:00
parent 819b80d30f
commit 2c12b9128b

View file

@ -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;