mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update translations
This commit is contained in:
parent
0fca25c780
commit
ea83927812
50 changed files with 150 additions and 96 deletions
|
@ -2613,14 +2613,7 @@ $.widget( "mobile.page", {
|
|||
this._on( this.window, { navigate: "_filterNavigateEvents" });
|
||||
},
|
||||
|
||||
_setOptions: function( options ) {
|
||||
if ( options.theme !== undefined && options.theme !== "none" ) {
|
||||
this.element.removeClass( "ui-overlay-" + this.options.theme )
|
||||
.addClass( "ui-overlay-" + options.theme );
|
||||
} else if ( options.theme !== undefined ) {
|
||||
this.element.removeClass( "ui-overlay-" + this.options.theme );
|
||||
}
|
||||
|
||||
_setOptions: function (options) {
|
||||
this._super( options );
|
||||
},
|
||||
|
||||
|
|
|
@ -224,7 +224,7 @@ html body .ui-group-theme-a .ui-bar-inherit {
|
|||
}
|
||||
|
||||
/* Page and overlay */
|
||||
.ui-overlay-a,
|
||||
.ui-body-a,
|
||||
.ui-page-theme-a .ui-panel-wrapper {
|
||||
background-color: #f9f9f9 /*{a-page-background-color}*/;
|
||||
border-color: #bbb /*{a-page-border}*/;
|
||||
|
@ -242,10 +242,6 @@ html .ui-panel-page-container-a {
|
|||
border-color: #ddd /*{a-body-border}*/;
|
||||
color: #333 /*{a-body-color}*/;
|
||||
}
|
||||
.ui-body-a {
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
/* Links */
|
||||
.ui-page-theme-a a,
|
||||
|
@ -374,7 +370,7 @@ html body .ui-group-theme-b .ui-bar-inherit {
|
|||
}
|
||||
|
||||
/* Page and overlay */
|
||||
.ui-overlay-b,
|
||||
.ui-body-b,
|
||||
.ui-page-theme-b .ui-panel-wrapper {
|
||||
background-color: #252525 /*{b-page-background-color}*/;
|
||||
border-color: #454545 /*{b-page-border}*/;
|
||||
|
@ -392,10 +388,6 @@ html .ui-panel-page-container-b {
|
|||
border-color: #1d1d1d /*{b-body-border}*/;
|
||||
color: #fff /*{b-body-color}*/;
|
||||
}
|
||||
.ui-body-b {
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
/* Links */
|
||||
.ui-page-theme-b a,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue