mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #2204 from OancaAndrei/syncplay-settings
This commit is contained in:
commit
6dffc58e29
15 changed files with 407 additions and 18 deletions
|
@ -159,11 +159,6 @@ html {
|
|||
background-color: #f57f17;
|
||||
}
|
||||
|
||||
.formDialogFooter:not(.formDialogFooter-clear) {
|
||||
border-top: 1px solid #ddd;
|
||||
border-top: 1px solid rgba(0, 0, 0, 0.08);
|
||||
}
|
||||
|
||||
.cardText-secondary,
|
||||
.fieldDescription,
|
||||
.guide-programNameCaret,
|
||||
|
@ -203,6 +198,11 @@ html {
|
|||
color: rgba(255, 255, 255, 0.87);
|
||||
}
|
||||
|
||||
.formDialogFooter:not(.formDialogFooter-clear) {
|
||||
border-top: 1px solid #ddd;
|
||||
border-top: 1px solid rgba(0, 0, 0, 0.08);
|
||||
}
|
||||
|
||||
.appfooter,
|
||||
.formDialogFooter:not(.formDialogFooter-clear),
|
||||
.playlistSectionButton {
|
||||
|
@ -214,6 +214,12 @@ html {
|
|||
background: linear-gradient(to right, #bcbcbc, #a7b4b7, #beb5a5, #adbec2, #b9c7cb);
|
||||
}
|
||||
|
||||
.layout-tv .formDialogFooter:not(.formDialogFooter-clear) {
|
||||
border: none;
|
||||
color: initial;
|
||||
background: none;
|
||||
}
|
||||
|
||||
.nowPlayingBarSecondaryText {
|
||||
color: #999;
|
||||
}
|
||||
|
|
|
@ -139,6 +139,10 @@ html {
|
|||
background-color: rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
|
||||
.layout-tv .formDialogFooter:not(.formDialogFooter-clear) {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.defaultCardBackground1 {
|
||||
background-color: #213440;
|
||||
}
|
||||
|
|
|
@ -127,6 +127,10 @@ html {
|
|||
background-color: #202020;
|
||||
}
|
||||
|
||||
.layout-tv .formDialogFooter:not(.formDialogFooter-clear) {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.defaultCardBackground1 {
|
||||
background-color: #00455c;
|
||||
}
|
||||
|
|
|
@ -170,6 +170,11 @@ html {
|
|||
color: inherit;
|
||||
}
|
||||
|
||||
.layout-tv .formDialogFooter:not(.formDialogFooter-clear) {
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.cardText-secondary,
|
||||
.fieldDescription,
|
||||
.guide-programNameCaret,
|
||||
|
|
|
@ -105,11 +105,13 @@ progress::-webkit-progress-value {
|
|||
background: #ff77f1;
|
||||
}
|
||||
|
||||
div[data-role=controlgroup] .controlGroupButton.ui-btn-active,
|
||||
div[data-role=controlgroup] a.ui-btn-active {
|
||||
background: #55828b !important;
|
||||
color: #e1e5f2 !important;
|
||||
}
|
||||
|
||||
.controlGroupButton,
|
||||
a[data-role=button] {
|
||||
background: rgba(2, 43, 58, 0.521) !important;
|
||||
}
|
||||
|
@ -221,6 +223,11 @@ a[data-role=button] {
|
|||
border-radius: 0.8em;
|
||||
}
|
||||
|
||||
.layout-tv .formDialogFooter:not(.formDialogFooter-clear) {
|
||||
background-color: transparent;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.cardOverlayContainer {
|
||||
border-radius: 0.8em;
|
||||
}
|
||||
|
|
|
@ -193,6 +193,11 @@ html {
|
|||
color: rgba(255, 255, 255, 0.78);
|
||||
}
|
||||
|
||||
.layout-tv .formDialogFooter:not(.formDialogFooter-clear) {
|
||||
background: transparent;
|
||||
color: initial;
|
||||
}
|
||||
|
||||
.itemSelectionPanel {
|
||||
border: 1px solid #00a4dc;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue