Merge remote-tracking branch 'upstream/master' into nowplaying-hotfixes
This commit is contained in:
commit
647cc72767
88 changed files with 2257 additions and 813 deletions
|
@ -227,7 +227,7 @@ html {
|
|||
color: #fff !important;
|
||||
}
|
||||
|
||||
.detailSticky {
|
||||
.detailRibbon {
|
||||
background: #303030;
|
||||
background: -webkit-gradient(linear, left top, right top, from(#bcbcbc), color-stop(#a7b4b7), color-stop(#beb5a5), color-stop(#adbec2), to(#b9c7cb));
|
||||
background: -webkit-linear-gradient(left, #bcbcbc, #a7b4b7, #beb5a5, #adbec2, #b9c7cb);
|
||||
|
@ -257,11 +257,6 @@ html {
|
|||
background: #fff;
|
||||
}
|
||||
|
||||
.mediaInfoTimerIcon,
|
||||
.starIcon {
|
||||
color: #cb272a;
|
||||
}
|
||||
|
||||
.emby-input,
|
||||
.emby-textarea {
|
||||
color: inherit;
|
||||
|
|
|
@ -223,7 +223,7 @@ html {
|
|||
color: #fff !important;
|
||||
}
|
||||
|
||||
.detailSticky {
|
||||
.detailRibbon {
|
||||
background: #303030;
|
||||
background: -webkit-gradient(linear, left top, right top, from(#291a31), color-stop(#033664), color-stop(#011432), color-stop(#141a3a), to(#291a31));
|
||||
background: -webkit-linear-gradient(left, #291a31, #033664, #011432, #141a3a, #291a31);
|
||||
|
@ -261,11 +261,6 @@ html {
|
|||
background: rgba(170, 170, 190, 0.2);
|
||||
}
|
||||
|
||||
.mediaInfoTimerIcon,
|
||||
.starIcon {
|
||||
color: #cb272a;
|
||||
}
|
||||
|
||||
.emby-input,
|
||||
.emby-textarea {
|
||||
color: inherit;
|
||||
|
|
|
@ -203,11 +203,11 @@ html {
|
|||
background: rgba(30, 30, 30, 0.9);
|
||||
}
|
||||
|
||||
.detailSticky {
|
||||
.detailRibbon {
|
||||
background: rgba(32, 32, 32, 0.8);
|
||||
}
|
||||
|
||||
.noBackdrop .detailSticky {
|
||||
.noBackdrop .detailRibbon {
|
||||
background: #202020;
|
||||
}
|
||||
|
||||
|
@ -236,11 +236,6 @@ html {
|
|||
background: rgba(170, 170, 190, 0.2);
|
||||
}
|
||||
|
||||
.mediaInfoTimerIcon,
|
||||
.starIcon {
|
||||
color: #cb272a;
|
||||
}
|
||||
|
||||
.emby-input,
|
||||
.emby-textarea {
|
||||
color: inherit;
|
||||
|
@ -457,3 +452,8 @@ html {
|
|||
.metadataSidebarIcon {
|
||||
color: #00a4dc;
|
||||
}
|
||||
|
||||
.emby-button.detailFloatingButton {
|
||||
background-color: #00a4dc;
|
||||
color: #fff;
|
||||
}
|
||||
|
|
|
@ -221,7 +221,7 @@ html {
|
|||
color: #fff !important;
|
||||
}
|
||||
|
||||
.detailSticky {
|
||||
.detailRibbon {
|
||||
background-color: #303030;
|
||||
color: #ccc;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
|
@ -250,11 +250,6 @@ html {
|
|||
background: #fff;
|
||||
}
|
||||
|
||||
.mediaInfoTimerIcon,
|
||||
.starIcon {
|
||||
color: #cb272a;
|
||||
}
|
||||
|
||||
.emby-input,
|
||||
.emby-textarea {
|
||||
color: inherit;
|
||||
|
|
|
@ -307,7 +307,7 @@ a[data-role=button] {
|
|||
color: #f8f8fe !important;
|
||||
}
|
||||
|
||||
.detailSticky {
|
||||
.detailRibbon {
|
||||
background: #000420;
|
||||
background: -moz-linear-gradient(left, #000420 0%, #06256f 18%, #2b052b 38%, #2b052b 68%, #06256f 81%, #000420 100%);
|
||||
background: -webkit-linear-gradient(left, #000420 0%, #06256f 18%, #2b052b 38%, #2b052b 68%, #06256f 81%, #000420 100%);
|
||||
|
@ -344,11 +344,6 @@ a[data-role=button] {
|
|||
background: rgba(170, 170, 190, 0.2);
|
||||
}
|
||||
|
||||
.mediaInfoTimerIcon,
|
||||
.starIcon {
|
||||
color: #f2b01e;
|
||||
}
|
||||
|
||||
.emby-input,
|
||||
.emby-textarea {
|
||||
color: inherit;
|
||||
|
|
|
@ -209,7 +209,7 @@ html {
|
|||
color: #fff !important;
|
||||
}
|
||||
|
||||
.detailSticky {
|
||||
.detailRibbon {
|
||||
background-color: #081b3b;
|
||||
}
|
||||
|
||||
|
@ -243,11 +243,6 @@ html {
|
|||
background: rgba(170, 170, 190, 0.2);
|
||||
}
|
||||
|
||||
.mediaInfoTimerIcon,
|
||||
.starIcon {
|
||||
color: #cb272a;
|
||||
}
|
||||
|
||||
.emby-input,
|
||||
.emby-textarea {
|
||||
color: inherit;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue