fix cursors for changeavatar

pull/653/head
Matthew Hodgson 2016-01-15 16:32:39 +00:00
parent 531aa153bb
commit eb8064f961
1 changed files with 7 additions and 1 deletions

View File

@ -165,7 +165,9 @@ limitations under the License.
}
.mx_RoomHeader_name,
.mx_RoomHeader_avatar {
.mx_RoomHeader_avatar,
.mx_RoomHeader_avatarPicker,
.mx_RoomHeader_avatarPicker_edit {
cursor: pointer;
}
@ -232,6 +234,10 @@ limitations under the License.
margin-top: 4px;
}
.mx_RoomHeader_avatarPicker_edit > label {
cursor: pointer;
}
.mx_RoomHeader_avatarPicker_edit > input {
display: none;
}