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

update recording format

This commit is contained in:
Luke Pulverenti 2016-06-15 14:56:37 -04:00
parent ac3ca6cde8
commit 857b8348bb
18 changed files with 99 additions and 79 deletions

View file

@ -2121,9 +2121,9 @@ var AppInfo = {};
function onDialogOpen(dlg) {
if (dlg.classList.contains('formDialog')) {
if (!dlg.classList.contains('background-theme-a')) {
dlg.classList.add('background-theme-b');
dlg.classList.add('ui-body-b');
if (!dlg.classList.contains('background-theme-b')) {
dlg.classList.add('background-theme-a');
dlg.classList.add('ui-body-a');
}
}
}