1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update dialogs

This commit is contained in:
Luke Pulverenti 2016-10-15 01:32:06 -04:00
parent fb358ecdb7
commit 14c155bdc1
11 changed files with 135 additions and 108 deletions

View file

@ -572,13 +572,13 @@ define(['loading', 'dom', 'viewManager', 'skinManager', 'pluginManager', 'backdr
backgroundContainer = document.querySelector('.backgroundContainer');
}
if (level == 'full' || level == Emby.TransparencyLevel.Full) {
if (level == 'full' || level == 2) {
backdrop.clear(true);
document.documentElement.classList.add('transparentDocument');
backgroundContainer.classList.add('backgroundContainer-transparent');
backdropContainer.classList.add('hide');
}
else if (level == 'backdrop' || level == Emby.TransparencyLevel.Backdrop) {
else if (level == 'backdrop' || level == 1) {
backdrop.externalBackdrop(true);
document.documentElement.classList.add('transparentDocument');
backgroundContainer.classList.add('backgroundContainer-transparent');