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:
parent
ac3ca6cde8
commit
857b8348bb
18 changed files with 99 additions and 79 deletions
|
@ -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');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue