Merge pull request #2928 from Half-Shot/hs/custom-notif-sounds

Custom notification sounds for rooms
This commit is contained in:
Travis Ralston 2019-06-03 14:31:38 -06:00 committed by GitHub
commit 635b1ff612
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 269 additions and 4 deletions

View file

@ -71,3 +71,26 @@ limitations under the License.
.mx_UserNotifSettings_notifTable .mx_Spinner {
position: absolute;
}
.mx_NotificationSound_soundUpload {
display: none;
}
.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;
}