Improve UX

This commit is contained in:
Will Hunt 2019-05-15 15:52:42 +01:00
parent 079bdd44a4
commit d752de0972
3 changed files with 47 additions and 10 deletions

View file

@ -76,6 +76,21 @@ limitations under the License.
display: none;
}
.mx_NotificationSound_resetSound {
.mx_NotificationSound_browse {
color: $accent-color;
border: 1px solid $accent-color;
background-color: transparent;
}
.mx_NotificationSound_save {
margin-left: 5px;
color: white;
background-color: $accent-color;
}
.mx_NotificationSound_resetSound {
margin-top: 5px;
color: white;
border: $warning-color;
background-color: $warning-color;
}