fix cursors for changeavatar

This commit is contained in:
Matthew Hodgson
2016-01-15 16:32:39 +00:00
parent 531aa153bb
commit eb8064f961

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