right cursor for roomsettings colours

pull/2113/head
Matthew Hodgson 2016-09-06 11:29:50 +01:00
parent 1f19ee88c6
commit d12498f418
1 changed files with 2 additions and 0 deletions

View File

@ -88,12 +88,14 @@ limitations under the License.
height: 37px; height: 37px;
border: 1px solid #979797; border: 1px solid #979797;
margin-right: 13px; margin-right: 13px;
cursor: pointer;
} }
.mx_RoomSettings .mx_RoomSettings_roomColor_selected { .mx_RoomSettings .mx_RoomSettings_roomColor_selected {
position: absolute; position: absolute;
left: 10px; left: 10px;
top: 4px; top: 4px;
cursor: default ! important;
} }
.mx_RoomSettings .mx_RoomSettings_roomColorPrimary { .mx_RoomSettings .mx_RoomSettings_roomColorPrimary {