Change UI accents, update artwork

Replaced "Emby Green" with blue taken from artwork.

Replaced artwork.

Kept old "Emby Green" themes for future reuse and renamed them "classic".

Removed CSS element that was making the Jellyfin banner too small.
This commit is contained in:
Sparky 2019-01-06 20:45:38 -05:00
parent bef8c4189b
commit df14540b7c
32 changed files with 1036 additions and 179 deletions

View file

@ -72,8 +72,8 @@ html {
}
.paper-icon-button-light:focus {
color: #52B54B;
background-color: rgba(82, 181, 75, .2)
color: #00a4dc;
background-color: rgba(0,164,220, .2)
}
.fab,
@ -89,12 +89,12 @@ html {
}
.button-submit {
background: #52B54B;
background: #00a4dc;
color: #fff
}
.button-submit:focus {
background: #5EC157
background: #0cb0e8
}
.checkboxLabel {
@ -210,16 +210,16 @@ html {
}
.itemSelectionPanel {
border: 1px solid #52B54B
border: 1px solid #00a4dc
}
.selectionCommandsPanel {
background: #52B54B;
background: #00a4dc;
color: #fff
}
.upNextDialog-countdownText {
color: #52B54B
color: #00a4dc
}
.alphaPickerButton {
@ -230,7 +230,7 @@ html {
.alphaPickerButton-selected,
.alphaPickerButton-tv:focus {
background-color: #52B54B;
background-color: #00a4dc;
color: #fff !important
}
@ -248,7 +248,7 @@ html {
}
.progressring-spiner {
border-color: #52B54B
border-color: #00a4dc
}
.mediaInfoText {
@ -272,7 +272,7 @@ html {
.emby-input:focus,
.emby-textarea:focus {
border-color: #52B54B
border-color: #00a4dc
}
.emby-select-withcolor {
@ -283,7 +283,7 @@ html {
.emby-checkbox:checked+span+span+.checkboxOutline,
.emby-select-withcolor:focus {
border-color: #52B54B
border-color: #00a4dc
}
.emby-select-withcolor>option {
@ -292,17 +292,17 @@ html {
}
.emby-select-tv-withcolor:focus {
background-color: #52B54B;
background-color: #00a4dc;
color: #fff
}
.emby-checkbox:focus+span+.emby-checkbox-focushelper {
background-color: rgba(82, 181, 75, .26)
background-color: rgba(0,164,220, .26)
}
.emby-checkbox:checked+span+span+.checkboxOutline,
.itemProgressBarForeground {
background-color: #52B54B
background-color: #00a4dc
}
.itemProgressBarForeground-recording {
@ -312,7 +312,7 @@ html {
.countIndicator,
.fullSyncIndicator,
.playedIndicator {
background: #52B54B
background: #00a4dc
}
.fullSyncIndicator {
@ -328,12 +328,12 @@ html {
}
.navMenuOption-selected {
background: #52B54B !important;
background: #00a4dc !important;
color: #fff
}
.emby-button-focusscale:focus {
background: #52B54B;
background: #00a4dc;
color: #fff
}
@ -381,7 +381,7 @@ html {
.guide-channelHeaderCell:focus,
.programCell:focus {
background-color: #52B54B !important;
background-color: #00a4dc !important;
color: #fff !important
}
@ -401,11 +401,11 @@ html {
.guide-date-tab-button.emby-tab-button-active,
.guide-date-tab-button:focus {
color: #52B54B
color: #00a4dc
}
.guide-date-tab-button.emby-button-tv:focus {
background-color: #52B54B;
background-color: #00a4dc;
color: #fff
}
@ -442,5 +442,5 @@ html {
}
.card:focus .card-focuscontent {
border-color: #52B54B
border-color: #00a4dc
}

View file

@ -59,8 +59,8 @@ html {
}
.paper-icon-button-light:focus {
color: #52B54B;
background-color: rgba(82, 181, 75, .2)
color: #00a4dc;
background-color: rgba(0,164,220, .2)
}
.fab,
@ -75,12 +75,12 @@ html {
}
.button-submit {
background: #52B54B;
background: #00a4dc;
color: #fff
}
.button-submit:focus {
background: #5EC157;
background: #0cb0e8;
color: #fff
}
@ -100,7 +100,7 @@ html {
.inputLabelFocused,
.selectLabelFocused,
.textareaLabelFocused {
color: #52B54B
color: #00a4dc
}
.checkboxOutline {
@ -181,16 +181,16 @@ html {
}
.itemSelectionPanel {
border: 1px solid #52B54B
border: 1px solid #00a4dc
}
.selectionCommandsPanel {
background: #52B54B;
background: #00a4dc;
color: #fff
}
.upNextDialog-countdownText {
color: #52B54B
color: #00a4dc
}
.alphaPickerButton {
@ -204,7 +204,7 @@ html {
}
.alphaPickerButton-tv:focus {
background-color: #52B54B;
background-color: #00a4dc;
color: #fff !important
}
@ -222,12 +222,12 @@ html {
}
.progressring-spiner {
border-color: #52B54B
border-color: #00a4dc
}
.button-flat-accent,
.button-link {
color: #52B54B
color: #00a4dc
}
.mediaInfoText {
@ -251,7 +251,7 @@ html {
.emby-input:focus,
.emby-textarea:focus {
border-color: #52B54B
border-color: #00a4dc
}
.emby-select-withcolor {
@ -266,25 +266,25 @@ html {
}
.emby-select-withcolor:focus {
border-color: #52B54B !important
border-color: #00a4dc !important
}
.emby-select-tv-withcolor:focus {
background-color: #52B54B !important;
background-color: #00a4dc !important;
color: #fff !important
}
.emby-checkbox:checked+span+span+.checkboxOutline {
border-color: #52B54B
border-color: #00a4dc
}
.emby-checkbox:focus+span+.emby-checkbox-focushelper {
background-color: rgba(82, 181, 75, .26)
background-color: rgba(0,164,220, .26)
}
.emby-checkbox:checked+span+span+.checkboxOutline,
.itemProgressBarForeground {
background-color: #52B54B
background-color: #00a4dc
}
.itemProgressBarForeground-recording {
@ -294,7 +294,7 @@ html {
.countIndicator,
.fullSyncIndicator,
.playedIndicator {
background: #52B54B
background: #00a4dc
}
.fullSyncIndicator {
@ -310,12 +310,12 @@ html {
}
.navMenuOption-selected {
background: #52B54B !important;
background: #00a4dc !important;
color: #fff
}
.emby-button-focusscale:focus {
background: #52B54B;
background: #00a4dc;
color: #fff
}
@ -325,7 +325,7 @@ html {
}
.emby-tab-button-active {
color: #52B54B
color: #00a4dc
}
.emby-tab-button-active.emby-button-tv {
@ -333,7 +333,7 @@ html {
}
.emby-tab-button.emby-button-tv:focus {
color: #52B54B;
color: #00a4dc;
background: 0 0
}
@ -365,7 +365,7 @@ html {
.guide-channelHeaderCell:focus,
.programCell:focus {
background-color: #52B54B !important;
background-color: #00a4dc !important;
color: #fff !important
}
@ -385,11 +385,11 @@ html {
.guide-date-tab-button.emby-tab-button-active,
.guide-date-tab-button:focus {
color: #52B54B
color: #00a4dc
}
.guide-date-tab-button.emby-button-tv:focus {
background-color: #52B54B;
background-color: #00a4dc;
color: #fff
}
@ -426,7 +426,7 @@ html {
}
.card:focus .card-focuscontent {
border-color: #52B54B
border-color: #00a4dc
}
.layout-desktop ::-webkit-scrollbar {

View file

@ -0,0 +1,438 @@
.skinHeader,
html {
color: #ddd;
color: rgba(255, 255, 255, .8)
}
.wizardStartForm,
.ui-corner-all,
.ui-shadow {
background-color: #1f1f1f
}
.emby-collapsible-button {
border-color: #383838;
border-color: rgba(255, 255, 255, .135)
}
.skinHeader-withBackground {
background-color: #1f1f1f
}
.skinHeader.semiTransparent {
-webkit-backdrop-filter: none !important;
backdrop-filter: none !important;
background-color: rgba(0, 0, 0, .3);
background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, 0)));
background: -webkit-linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, 0));
background: -o-linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, 0));
background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, 0))
}
.pageTitleWithDefaultLogo {
background-image: url(../logowhite.png)
}
.backgroundContainer,
.dialog,
html {
background-color: #1a1a1a
}
.backgroundContainer.withBackdrop {
background-color: rgba(0, 0, 0, .86)
}
.paper-icon-button-light:focus {
color: #52b54b;
background-color: rgba(82, 181, 75, .2)
}
.fab,
.raised {
background: #303030;
color: rgba(255, 255, 255, .87)
}
.fab:focus,
.raised:focus {
background: #383838
}
.button-submit {
background: #52b54b;
color: #fff
}
.button-submit:focus {
background: #5EC157;
color: #fff
}
.checkboxLabel {
color: inherit
}
.checkboxListLabel,
.inputLabel,
.inputLabelUnfocused,
.paperListLabel,
.textareaLabelUnfocused {
color: #bbb;
color: rgba(255, 255, 255, .7)
}
.inputLabelFocused,
.selectLabelFocused,
.textareaLabelFocused {
color: #52b54b
}
.checkboxOutline {
border-color: currentColor
}
.collapseContent,
.formDialogFooter:not(.formDialogFooter-clear),
.formDialogHeader:not(.formDialogHeader-clear),
.paperList,
.visualCardBox {
background-color: #242424
}
.defaultCardBackground1 {
background-color: #d2b019
}
.defaultCardBackground2 {
background-color: #338abb
}
.defaultCardBackground3 {
background-color: #6b689d
}
.defaultCardBackground4 {
background-color: #dd452b
}
.defaultCardBackground5 {
background-color: #5ccea9
}
.cardText-secondary,
.fieldDescription,
.guide-programNameCaret,
.listItem .secondary,
.nowPlayingBarSecondaryText,
.programSecondaryTitle,
.secondaryText {
color: #999;
color: rgba(255, 255, 255, .5)
}
.actionsheetDivider {
background: #444;
background: rgba(255, 255, 255, .14)
}
.cardFooter-vibrant .cardText-secondary {
color: inherit;
opacity: .5
}
.actionSheetMenuItem:hover {
background-color: #242424
}
.toast {
background: #303030;
color: #fff;
color: rgba(255, 255, 255, .87)
}
.appfooter {
background: #101010;
color: #ccc;
color: rgba(255, 255, 255, .78)
}
@supports (backdrop-filter:blur(10px)) or (-webkit-backdrop-filter:blur(10px)) {
.appfooter-blurred {
background: rgba(24, 24, 24, .7);
-webkit-backdrop-filter: blur(20px);
backdrop-filter: blur(20px)
}
}
.itemSelectionPanel {
border: 1px solid #52b54b
}
.selectionCommandsPanel {
background: #52b54b;
color: #fff
}
.upNextDialog-countdownText {
color: #52b54b
}
.alphaPickerButton {
color: #999;
color: rgba(255, 255, 255, .5);
background-color: transparent
}
.alphaPickerButton-selected {
color: #fff
}
.alphaPickerButton-tv:focus {
background-color: #52b54b;
color: #fff !important
}
.detailTableBodyRow-shaded:nth-child(even) {
background: #1c1c1c;
background: rgba(30, 30, 30, .9)
}
.listItem-border {
border-color: rgba(34, 34, 34, .9) !important
}
.listItem:focus {
background: #333
}
.progressring-spiner {
border-color: #52b54b
}
.button-flat-accent,
.button-link {
color: #52b54b
}
.mediaInfoText {
color: #ddd;
background: rgba(170, 170, 190, .2)
}
.mediaInfoTimerIcon,
.starIcon {
color: #CB272A
}
.emby-input,
.emby-textarea {
color: inherit;
background: #292929;
border: .07em solid #292929;
-webkit-border-radius: .15em;
border-radius: .15em
}
.emby-input:focus,
.emby-textarea:focus {
border-color: #52b54b
}
.emby-select-withcolor {
color: inherit;
background: #292929;
border: .07em solid #292929
}
.emby-select-withcolor>option {
color: inherit;
background: #222
}
.emby-select-withcolor:focus {
border-color: #52b54b !important
}
.emby-select-tv-withcolor:focus {
background-color: #52b54b !important;
color: #fff !important
}
.emby-checkbox:checked+span+span+.checkboxOutline {
border-color: #52b54b
}
.emby-checkbox:focus+span+.emby-checkbox-focushelper {
background-color: rgba(82, 181, 75, .26)
}
.emby-checkbox:checked+span+span+.checkboxOutline,
.itemProgressBarForeground {
background-color: #52b54b
}
.itemProgressBarForeground-recording {
background-color: #CB272A
}
.countIndicator,
.fullSyncIndicator,
.playedIndicator {
background: #52b54b
}
.fullSyncIndicator {
color: #fff
}
.mainDrawer {
background-color: #1c1c1c
}
.navMenuOption:hover {
background: #252528
}
.navMenuOption-selected {
background: #52b54b !important;
color: #fff
}
.emby-button-focusscale:focus {
background: #52b54b;
color: #fff
}
.emby-tab-button {
color: #999;
color: rgba(255, 255, 255, .4)
}
.emby-tab-button-active {
color: #52b54b
}
.emby-tab-button-active.emby-button-tv {
color: #fff
}
.emby-tab-button.emby-button-tv:focus {
color: #52b54b;
background: 0 0
}
.channelPrograms,
.guide-channelHeaderCell,
.programCell {
border-color: rgba(255, 255, 255, .05)
}
.programCell-sports {
background: #3949AB !important
}
.programCell-movie {
background: #5E35B1 !important
}
.programCell-kids {
background: #039BE5 !important
}
.programCell-news {
background: #43A047 !important
}
.programCell-active {
background: #1e1e1e !important
}
.guide-channelHeaderCell:focus,
.programCell:focus {
background-color: #52b54b !important;
color: #fff !important
}
.guide-programTextIcon {
color: #1e1e1e;
background: #555
}
.guide-headerTimeslots {
color: inherit
}
.guide-date-tab-button {
color: #555;
color: rgba(255, 255, 255, .3)
}
.guide-date-tab-button.emby-tab-button-active,
.guide-date-tab-button:focus {
color: #52b54b
}
.guide-date-tab-button.emby-button-tv:focus {
background-color: #52b54b;
color: #fff
}
.itemBackdropFader {
background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#1a1a1a));
background: -webkit-linear-gradient(rgba(0, 0, 0, 0), #1a1a1a);
background: -o-linear-gradient(rgba(0, 0, 0, 0), #1a1a1a);
background: linear-gradient(rgba(0, 0, 0, 0), #1a1a1a)
}
.infoBanner {
color: #ddd;
background: #111;
padding: 1em;
-webkit-border-radius: .25em;
border-radius: .25em
}
.ratingbutton-icon-withrating {
color: #c33
}
.downloadbutton-icon-complete,
.downloadbutton-icon-on {
color: #4285F4
}
.playstatebutton-icon-played {
color: #c33
}
.repeatButton-active {
color: #4285F4
}
.card:focus .card-focuscontent {
border-color: #52b54b
}
.layout-desktop ::-webkit-scrollbar {
width: 1em;
height: 1em
}
::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}
::-webkit-scrollbar-track-piece {
background-color: #3b3b3b
}
::-webkit-scrollbar-thumb:horizontal,
::-webkit-scrollbar-thumb:vertical {
-webkit-border-radius: 2px;
background: center no-repeat #888
}
.timeslotHeaders-desktop::-webkit-scrollbar {
height: .7em
}

View file

@ -44,8 +44,8 @@ html {
}
.paper-icon-button-light:focus {
color: #52B54B;
background-color: rgba(82, 181, 75, .2)
color: #00a4dc;
background-color: rgba(0,164,220, .2)
}
.fab,
@ -60,12 +60,12 @@ html {
}
.button-submit {
background: #52B54B;
background: #00a4dc;
color: #fff
}
.button-submit:focus {
background: #5EC157;
background: #0cb0e8;
color: #fff
}
@ -85,7 +85,7 @@ html {
.inputLabelFocused,
.selectLabelFocused,
.textareaLabelFocused {
color: #52B54B
color: #00a4dc
}
.checkboxOutline {
@ -166,16 +166,16 @@ html {
}
.itemSelectionPanel {
border: 1px solid #52B54B
border: 1px solid #00a4dc
}
.selectionCommandsPanel {
background: #52B54B;
background: #00a4dc;
color: #fff
}
.upNextDialog-countdownText {
color: #52B54B
color: #00a4dc
}
.alphaPickerButton {
@ -189,7 +189,7 @@ html {
}
.alphaPickerButton-tv:focus {
background-color: #52B54B;
background-color: #00a4dc;
color: #fff !important
}
@ -207,12 +207,12 @@ html {
}
.progressring-spiner {
border-color: #52B54B
border-color: #00a4dc
}
.button-flat-accent,
.button-link {
color: #52B54B
color: #00a4dc
}
.mediaInfoText {
@ -236,7 +236,7 @@ html {
.emby-input:focus,
.emby-textarea:focus {
border-color: #52B54B
border-color: #00a4dc
}
.emby-select-withcolor {
@ -251,25 +251,25 @@ html {
}
.emby-select-withcolor:focus {
border-color: #52B54B !important
border-color: #00a4dc !important
}
.emby-select-tv-withcolor:focus {
background-color: #52B54B !important;
background-color: #00a4dc !important;
color: #fff !important
}
.emby-checkbox:checked+span+span+.checkboxOutline {
border-color: #52B54B
border-color: #00a4dc
}
.emby-checkbox:focus+span+.emby-checkbox-focushelper {
background-color: rgba(82, 181, 75, .26)
background-color: rgba(0,164,220, .26)
}
.emby-checkbox:checked+span+span+.checkboxOutline,
.itemProgressBarForeground {
background-color: #52B54B
background-color: #00a4dc
}
.itemProgressBarForeground-recording {
@ -279,7 +279,7 @@ html {
.countIndicator,
.fullSyncIndicator,
.playedIndicator {
background: #52B54B
background: #00a4dc
}
.fullSyncIndicator {
@ -295,12 +295,12 @@ html {
}
.navMenuOption-selected {
background: #52B54B !important;
background: #00a4dc !important;
color: #fff
}
.emby-button-focusscale:focus {
background: #52B54B;
background: #00a4dc;
color: #fff
}
@ -310,7 +310,7 @@ html {
}
.emby-tab-button-active {
color: #52B54B
color: #00a4dc
}
.emby-tab-button-active.emby-button-tv {
@ -318,7 +318,7 @@ html {
}
.emby-tab-button.emby-button-tv:focus {
color: #52B54B;
color: #00a4dc;
background: 0 0
}
@ -350,7 +350,7 @@ html {
.guide-channelHeaderCell:focus,
.programCell:focus {
background-color: #52B54B !important;
background-color: #00a4dc !important;
color: #fff !important
}
@ -370,11 +370,11 @@ html {
.guide-date-tab-button.emby-tab-button-active,
.guide-date-tab-button:focus {
color: #52B54B
color: #00a4dc
}
.guide-date-tab-button.emby-button-tv:focus {
background-color: #52B54B;
background-color: #00a4dc;
color: #fff
}
@ -411,7 +411,7 @@ html {
}
.card:focus .card-focuscontent {
border-color: #52B54B
border-color: #00a4dc
}
.layout-desktop ::-webkit-scrollbar {

View file

@ -409,11 +409,11 @@ html {
.guide-date-tab-button.emby-tab-button-active,
.guide-date-tab-button:focus {
color: #52B54B
color: #00a4dc
}
.guide-date-tab-button.emby-button-tv:focus {
background-color: #52B54B;
background-color: #00a4dc;
color: #fff
}

View file

@ -0,0 +1,434 @@
.skinHeader,
html {
color: #222;
color: rgba(0, 0, 0, .87)
}
.wizardStartForm,
.ui-corner-all,
.ui-shadow {
background-color: #303030
}
.emby-collapsible-button {
border-color: #ccc;
border-color: rgba(0, 0, 0, .158)
}
.collapseContent {
background-color: #eaeaea
}
.skinHeader-withBackground {
background-color: #303030;
color: #ccc;
color: rgba(255, 255, 255, .87);
-webkit-box-shadow: 0 .0725em .29em 0 rgba(0, 0, 0, .37);
box-shadow: 0 .0725em .29em 0 rgba(0, 0, 0, .37)
}
.osdHeader {
-webkit-box-shadow: none !important;
box-shadow: none !important
}
.skinHeader.semiTransparent {
-webkit-backdrop-filter: none !important;
backdrop-filter: none !important;
background-color: rgba(0, 0, 0, .3);
background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, 0)));
background: -webkit-linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, 0));
background: -o-linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, 0));
background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, 0))
}
.pageTitleWithDefaultLogo {
background-image: url(../logowhite.png)
}
.backgroundContainer,
html {
background-color: #f2f2f2
}
.backgroundContainer.withBackdrop {
background-color: rgba(255, 255, 255, .94)
}
.dialog {
background-color: #f0f0f0
}
.paper-icon-button-light:focus {
color: #52b54b;
background-color: rgba(82, 181, 75, .2)
}
.fab,
.raised {
background: #d8d8d8;
color: inherit
}
.fab:focus,
.raised:focus {
background: #ccc
}
.button-submit {
background: #52b54b;
color: #fff
}
.button-submit:focus {
background: #5EC157
}
.checkboxLabel {
color: inherit
}
.checkboxListLabel,
.inputLabel,
.inputLabelUnfocused,
.paperListLabel,
.textareaLabelUnfocused {
color: #555
}
.button-link,
.inputLabelFocused,
.selectLabelFocused,
.textareaLabelFocused {
color: green
}
.checkboxOutline {
border-color: currentColor
}
.paperList,
.visualCardBox {
background-color: #fff
}
.defaultCardBackground1 {
background-color: #009688
}
.defaultCardBackground2 {
background-color: #D32F2F
}
.defaultCardBackground3 {
background-color: #0288D1
}
.defaultCardBackground4 {
background-color: #388E3C
}
.defaultCardBackground5 {
background-color: #F57F17
}
.formDialogHeader:not(.formDialogHeader-clear) {
background-color: #52b54b;
color: #fff
}
.formDialogFooter:not(.formDialogFooter-clear) {
background-color: #f0f0f0;
border-top: 1px solid #ddd;
border-top: 1px solid rgba(0, 0, 0, .08);
color: inherit
}
.cardText-secondary,
.fieldDescription,
.guide-programNameCaret,
.listItem .secondary,
.nowPlayingBarSecondaryText,
.programSecondaryTitle,
.secondaryText {
color: #888
}
.actionsheetDivider {
background: #ddd;
background: rgba(0, 0, 0, .14)
}
.cardFooter-vibrant .cardText-secondary {
color: inherit;
opacity: .5
}
.formDialogHeader a,
.toast {
color: #fff
}
.actionSheetMenuItem:hover {
background-color: #ddd
}
.toast {
background: #303030;
color: rgba(255, 255, 255, .87)
}
.appfooter {
background: #282828;
color: #ccc;
color: rgba(255, 255, 255, .78)
}
@supports (backdrop-filter:blur(10px)) or (-webkit-backdrop-filter:blur(10px)) {
.appfooter-blurred {
background: rgba(24, 24, 24, .7);
-webkit-backdrop-filter: blur(20px);
backdrop-filter: blur(20px)
}
}
.nowPlayingBarSecondaryText {
color: #999
}
.itemSelectionPanel {
border: 1px solid #52b54b
}
.selectionCommandsPanel {
background: #52b54b;
color: #fff
}
.upNextDialog-countdownText {
color: #52b54b
}
.alphaPickerButton {
color: #555;
color: rgba(0, 0, 0, .7);
background-color: transparent
}
.alphaPickerButton-selected,
.alphaPickerButton-tv:focus {
background-color: #52b54b;
color: #fff !important
}
.detailTableBodyRow-shaded:nth-child(even) {
background: #f8f8f8
}
.listItem-border {
border-color: #f0f0f0 !important
}
.listItem:focus {
background: #ddd
}
.progressring-spiner {
border-color: #52b54b
}
.mediaInfoText {
color: #333;
background: #fff
}
.mediaInfoTimerIcon,
.starIcon {
color: #CB272A
}
.emby-input,
.emby-textarea {
color: inherit;
background: #fff;
border: .07em solid rgba(0, 0, 0, .158);
-webkit-border-radius: .15em;
border-radius: .15em
}
.emby-input:focus,
.emby-textarea:focus {
border-color: #52b54b
}
.emby-select-withcolor {
color: inherit;
background: #fff;
border: .07em solid rgba(0, 0, 0, .158)
}
.emby-checkbox:checked+span+span+.checkboxOutline,
.emby-select-withcolor:focus {
border-color: #52b54b
}
.emby-select-withcolor>option {
color: #000;
background: #fff
}
.emby-select-tv-withcolor:focus {
background-color: #52b54b;
color: #fff
}
.emby-checkbox:focus+span+.emby-checkbox-focushelper {
background-color: rgba(82, 181, 75, .26)
}
.emby-checkbox:checked+span+span+.checkboxOutline,
.itemProgressBarForeground {
background-color: #52b54b
}
.itemProgressBarForeground-recording {
background-color: #CB272A
}
.countIndicator,
.fullSyncIndicator,
.playedIndicator {
background: #52b54b
}
.fullSyncIndicator {
color: #fff
}
.mainDrawer {
background: #fff
}
.navMenuOption:hover {
background: #f2f2f2
}
.navMenuOption-selected {
background: #52b54b !important;
color: #fff
}
.emby-button-focusscale:focus {
background: #52b54b;
color: #fff
}
.emby-tab-button {
color: #999;
color: rgba(255, 255, 255, .5)
}
.emby-tab-button-active {
color: #52b54b
}
.emby-tab-button-active.emby-button-tv {
color: #fff
}
.emby-tab-button.emby-button-tv:focus {
color: #52b54b;
background: 0 0
}
.channelPrograms,
.guide-channelHeaderCell,
.programCell {
border-color: rgba(0, 0, 0, .12)
}
.programCell-sports {
background: #3949AB !important
}
.programCell-movie {
background: #5E35B1 !important
}
.programCell-kids {
background: #039BE5 !important
}
.programCell-news {
background: #43A047 !important
}
.programCell-active {
background: rgba(0, 0, 0, .1) !important
}
.guide-channelHeaderCell:focus,
.programCell:focus {
background-color: #52b54b !important;
color: #fff !important
}
.guide-programTextIcon {
color: #1e1e1e;
background: #555
}
.guide-headerTimeslots {
color: inherit
}
.guide-date-tab-button {
color: #555;
color: rgba(0, 0, 0, .54)
}
.guide-date-tab-button.emby-tab-button-active,
.guide-date-tab-button:focus {
color: #52b54b
}
.guide-date-tab-button.emby-button-tv:focus {
background-color: #52b54b;
color: #fff
}
.itemBackdropFader {
background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#f2f2f2));
background: -webkit-linear-gradient(rgba(0, 0, 0, 0), #f2f2f2);
background: -o-linear-gradient(rgba(0, 0, 0, 0), #f2f2f2);
background: linear-gradient(rgba(0, 0, 0, 0), #f2f2f2)
}
.infoBanner {
color: #000;
background: #fff3a5;
padding: 1em;
-webkit-border-radius: .25em;
border-radius: .25em
}
.ratingbutton-icon-withrating {
color: #c33
}
.downloadbutton-icon-complete,
.downloadbutton-icon-on {
color: #4285F4
}
.playstatebutton-icon-played {
color: #c33
}
.repeatButton-active {
color: #4285F4
}
.card:focus .card-focuscontent {
border-color: #52b54b
}

View file

@ -394,11 +394,11 @@ html {
.guide-date-tab-button.emby-tab-button-active,
.guide-date-tab-button:focus {
color: #52B54B
color: #00a4dc
}
.guide-date-tab-button.emby-button-tv:focus {
background-color: #52B54B;
background-color: #00a4dc;
color: #fff
}

View file

@ -60,8 +60,8 @@ html {
}
.paper-icon-button-light:focus {
color: #52B54B;
background-color: rgba(82, 181, 75, .2)
color: #00a4dc;
background-color: rgba(0,164,220, .2)
}
.fab,
@ -76,12 +76,12 @@ html {
}
.button-submit {
background: #52B54B;
background: #00a4dc;
color: #fff
}
.button-submit:focus {
background: #5EC157
background: #0cb0e8
}
.checkboxLabel {
@ -133,7 +133,7 @@ html {
}
.formDialogHeader:not(.formDialogHeader-clear) {
background-color: #52B54B;
background-color: #00a4dc;
color: #fff
}
@ -197,16 +197,16 @@ html {
}
.itemSelectionPanel {
border: 1px solid #52B54B
border: 1px solid #00a4dc
}
.selectionCommandsPanel {
background: #52B54B;
background: #00a4dc;
color: #fff
}
.upNextDialog-countdownText {
color: #52B54B
color: #00a4dc
}
.alphaPickerButton {
@ -217,7 +217,7 @@ html {
.alphaPickerButton-selected,
.alphaPickerButton-tv:focus {
background-color: #52B54B;
background-color: #00a4dc;
color: #fff !important
}
@ -234,7 +234,7 @@ html {
}
.progressring-spiner {
border-color: #52B54B
border-color: #00a4dc
}
.mediaInfoText {
@ -258,7 +258,7 @@ html {
.emby-input:focus,
.emby-textarea:focus {
border-color: #52B54B
border-color: #00a4dc
}
.emby-select-withcolor {
@ -269,7 +269,7 @@ html {
.emby-checkbox:checked+span+span+.checkboxOutline,
.emby-select-withcolor:focus {
border-color: #52B54B
border-color: #00a4dc
}
.emby-select-withcolor>option {
@ -278,17 +278,17 @@ html {
}
.emby-select-tv-withcolor:focus {
background-color: #52B54B;
background-color: #00a4dc;
color: #fff
}
.emby-checkbox:focus+span+.emby-checkbox-focushelper {
background-color: rgba(82, 181, 75, .26)
background-color: rgba(0,164,220, .26)
}
.emby-checkbox:checked+span+span+.checkboxOutline,
.itemProgressBarForeground {
background-color: #52B54B
background-color: #00a4dc
}
.itemProgressBarForeground-recording {
@ -298,7 +298,7 @@ html {
.countIndicator,
.fullSyncIndicator,
.playedIndicator {
background: #52B54B
background: #00a4dc
}
.fullSyncIndicator {
@ -314,12 +314,12 @@ html {
}
.navMenuOption-selected {
background: #52B54B !important;
background: #00a4dc !important;
color: #fff
}
.emby-button-focusscale:focus {
background: #52B54B;
background: #00a4dc;
color: #fff
}
@ -329,7 +329,7 @@ html {
}
.emby-tab-button-active {
color: #52B54B
color: #00a4dc
}
.emby-tab-button-active.emby-button-tv {
@ -337,7 +337,7 @@ html {
}
.emby-tab-button.emby-button-tv:focus {
color: #52B54B;
color: #00a4dc;
background: 0 0
}
@ -369,7 +369,7 @@ html {
.guide-channelHeaderCell:focus,
.programCell:focus {
background-color: #52B54B !important;
background-color: #00a4dc !important;
color: #fff !important
}
@ -389,11 +389,11 @@ html {
.guide-date-tab-button.emby-tab-button-active,
.guide-date-tab-button:focus {
color: #52B54B
color: #00a4dc
}
.guide-date-tab-button.emby-button-tv:focus {
background-color: #52B54B;
background-color: #00a4dc;
color: #fff
}
@ -430,5 +430,5 @@ html {
}
.card:focus .card-focuscontent {
border-color: #52B54B
border-color: #00a4dc
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 48 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 49 KiB

Before After
Before After

View file

@ -65,8 +65,8 @@ html {
}
.paper-icon-button-light:focus {
color: #52B54B;
background-color: rgba(82, 181, 75, .2)
color: #00a4dc;
background-color: rgba(0,164,220, .2)
}
.fab,
@ -81,12 +81,12 @@ html {
}
.button-submit {
background: #52B54B;
background: #00a4dc;
color: #fff
}
.button-submit:focus {
background: #5EC157;
background: #0cb0e8;
color: #fff
}
@ -106,7 +106,7 @@ html {
.inputLabelFocused,
.selectLabelFocused,
.textareaLabelFocused {
color: #52B54B
color: #00a4dc
}
.checkboxOutline {
@ -185,16 +185,16 @@ html {
}
.itemSelectionPanel {
border: 1px solid #52B54B
border: 1px solid #00a4dc
}
.selectionCommandsPanel {
background: #52B54B;
background: #00a4dc;
color: #fff
}
.upNextDialog-countdownText {
color: #52B54B
color: #00a4dc
}
.alphaPickerButton {
@ -205,7 +205,7 @@ html {
.alphaPickerButton-selected,
.alphaPickerButton-tv:focus {
background-color: #52B54B;
background-color: #00a4dc;
color: #fff !important
}
@ -223,12 +223,12 @@ html {
}
.progressring-spiner {
border-color: #52B54B
border-color: #00a4dc
}
.button-flat-accent,
.button-link {
color: #52B54B
color: #00a4dc
}
.mediaInfoText {
@ -252,7 +252,7 @@ html {
.emby-input:focus,
.emby-textarea:focus {
border-color: #52B54B
border-color: #00a4dc
}
.emby-select-withcolor {
@ -263,7 +263,7 @@ html {
.emby-checkbox:checked+span+span+.checkboxOutline,
.emby-select-withcolor:focus {
border-color: #52B54B
border-color: #00a4dc
}
.emby-select-withcolor>option {
@ -272,17 +272,17 @@ html {
}
.emby-select-tv-withcolor:focus {
background-color: #52B54B;
background-color: #00a4dc;
color: #fff
}
.emby-checkbox:focus+span+.emby-checkbox-focushelper {
background-color: rgba(82, 181, 75, .26)
background-color: rgba(0,164,220, .26)
}
.emby-checkbox:checked+span+span+.checkboxOutline,
.itemProgressBarForeground {
background-color: #52B54B
background-color: #00a4dc
}
.itemProgressBarForeground-recording {
@ -292,7 +292,7 @@ html {
.countIndicator,
.fullSyncIndicator,
.playedIndicator {
background: #52B54B
background: #00a4dc
}
.fullSyncIndicator {
@ -312,12 +312,12 @@ html {
}
.navMenuOption-selected {
background: #52B54B !important;
background: #00a4dc !important;
color: #fff
}
.emby-button-focusscale:focus {
background: #52B54B;
background: #00a4dc;
color: #fff
}
@ -365,7 +365,7 @@ html {
.guide-channelHeaderCell:focus,
.programCell:focus {
background-color: #52B54B !important;
background-color: #00a4dc !important;
color: #fff !important
}
@ -385,11 +385,11 @@ html {
.guide-date-tab-button.emby-tab-button-active,
.guide-date-tab-button:focus {
color: #52B54B
color: #00a4dc
}
.guide-date-tab-button.emby-button-tv:focus {
background-color: #52B54B;
background-color: #00a4dc;
color: #fff
}