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
|
@ -126,7 +126,7 @@
|
|||
margin: 7px;
|
||||
}
|
||||
|
||||
.ui-page-theme-b .visualCardBox {
|
||||
.ui-body-b .visualCardBox {
|
||||
background: rgba(40,40,40,.85);
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
|
|
@ -16,8 +16,9 @@
|
|||
background-color: #242424;
|
||||
}
|
||||
|
||||
.ui-page-theme-b {
|
||||
color: #fff;
|
||||
.ui-body-b {
|
||||
/* Need the important tag for paper dialogs with this class */
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
.pageWithAbsoluteTabs {
|
||||
|
@ -716,7 +717,7 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
|||
font-weight: 400;
|
||||
}
|
||||
|
||||
.ui-page-theme-a .detailSectionHeader {
|
||||
.ui-body-a .detailSectionHeader {
|
||||
background-color: transparent;
|
||||
border: 1px solid #ddd;
|
||||
border-width: 0 0 1px 0;
|
||||
|
@ -725,7 +726,7 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
|||
margin-bottom: .5em;
|
||||
}
|
||||
|
||||
.ui-page-theme-a .detailSectionHeader, .ui-page-theme-a .detailSectionHeader h3 {
|
||||
.ui-body-a .detailSectionHeader, .ui-body-a .detailSectionHeader h3 {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
|
@ -733,7 +734,7 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
|||
font-size: 13px;
|
||||
}
|
||||
|
||||
.ui-page-theme-b .detailSectionHeader {
|
||||
.ui-body-b .detailSectionHeader {
|
||||
background-color: #141414;
|
||||
}
|
||||
|
||||
|
@ -1548,7 +1549,7 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
|||
background-position: center center;
|
||||
}
|
||||
|
||||
.ui-page-theme-b .listItem:hover {
|
||||
.ui-body-b .listItem:hover {
|
||||
background-color: rgba(51,51,51,.6) !important;
|
||||
}
|
||||
|
||||
|
|
|
@ -157,7 +157,7 @@
|
|||
color: #333;
|
||||
}
|
||||
|
||||
.ui-page-theme-b .logoLibraryMenuButtonText, .ui-bar-b .logoLibraryMenuButtonText {
|
||||
.ui-body-b .logoLibraryMenuButtonText, .ui-bar-b .logoLibraryMenuButtonText {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
|
|
|
@ -496,12 +496,12 @@ select {
|
|||
display: block;
|
||||
}
|
||||
|
||||
.ui-page-theme-b select {
|
||||
.ui-body-b select {
|
||||
border-color: #1f1f1f;
|
||||
background: #373737;
|
||||
}
|
||||
|
||||
.ui-page-theme-b select option {
|
||||
.ui-body-b select option {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue