Add first time setup CSS elements to all themes

This commit is contained in:
Sparky 2019-01-02 12:27:27 -05:00
parent 4fe8e6a8ed
commit ae56c8422a
12 changed files with 88 additions and 12 deletions

View file

@ -4,6 +4,12 @@ html {
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)
@ -437,4 +443,4 @@ html {
.card:focus .card-focuscontent {
border-color: #52B54B
}
}

View file

@ -1,8 +1,15 @@
.skinHeader,
html {
color: #ddd;
color: rgba(255, 255, 255, .8)
}
.wizardStartForm,
.ui-corner-all,
.ui-shadow {
background-color: #303030
}
.emby-collapsible-button {
border-color: #383838;
border-color: rgba(255, 255, 255, .135)
@ -443,4 +450,4 @@ html {
.timeslotHeaders-desktop::-webkit-scrollbar {
height: .7em
}
}

View file

@ -1,8 +1,15 @@
.skinHeader,
html {
color: #eee;
color: rgba(255, 255, 255, .87)
}
.wizardStartForm,
.ui-corner-all,
.ui-shadow {
background-color: #52B54B
}
.emby-collapsible-button {
border-color: #383838;
border-color: rgba(255, 255, 255, .135)
@ -441,4 +448,4 @@ html {
::-webkit-scrollbar-thumb:vertical {
-webkit-border-radius: 2px;
background: center no-repeat #888
}
}

View file

@ -1,8 +1,15 @@
.skinHeader,
html {
color: #eee;
color: rgba(255, 255, 255, .87)
}
.wizardStartForm,
.ui-corner-all,
.ui-shadow {
background-color: #c33
}
.emby-collapsible-button {
border-color: #383838;
border-color: rgba(255, 255, 255, .135)
@ -439,4 +446,4 @@ html {
::-webkit-scrollbar-thumb:vertical {
-webkit-border-radius: 2px;
background: center no-repeat #888
}
}

View file

@ -20,11 +20,18 @@ h2 {
font-size: 87% !important
}
.skinHeader,
html {
color: #eee;
color: rgba(255, 255, 255, .87)
}
.wizardStartForm,
.ui-corner-all,
.ui-shadow {
background-color: #202020
}
.emby-collapsible-button {
border-color: #383838;
border-color: rgba(255, 255, 255, .135)
@ -475,4 +482,4 @@ html {
.emby-button:focus:not(.btnUserViewHeader):not(.emby-tab-button) {
background: #FF9100
}
}

View file

@ -4,6 +4,12 @@ html {
color: rgba(0, 0, 0, .87)
}
.wizardStartForm,
.ui-corner-all,
.ui-shadow {
background-color: #2196F3
}
.emby-collapsible-button {
border-color: #ccc;
border-color: rgba(0, 0, 0, .158)
@ -424,4 +430,4 @@ html {
.card:focus .card-focuscontent {
border-color: #2196F3
}
}

View file

@ -4,6 +4,12 @@ html {
color: rgba(0, 0, 0, .87)
}
.wizardStartForm,
.ui-corner-all,
.ui-shadow {
background-color: #52B54B
}
.emby-collapsible-button {
border-color: #ccc;
border-color: rgba(0, 0, 0, .158)
@ -434,4 +440,4 @@ html {
.card:focus .card-focuscontent {
border-color: #52B54B
}
}

View file

@ -4,6 +4,12 @@ html {
color: rgba(0, 0, 0, .87)
}
.wizardStartForm,
.ui-corner-all,
.ui-shadow {
background-color: #E91E63
}
.emby-collapsible-button {
border-color: #ccc;
border-color: rgba(0, 0, 0, .158)
@ -431,4 +437,4 @@ html {
.card:focus .card-focuscontent {
border-color: #E91E63
}
}

View file

@ -4,6 +4,12 @@ html {
color: rgba(0, 0, 0, .87)
}
.wizardStartForm,
.ui-corner-all,
.ui-shadow {
background-color: #673AB7
}
.emby-collapsible-button {
border-color: #ccc;
border-color: rgba(0, 0, 0, .158)
@ -432,4 +438,4 @@ html {
.card:focus .card-focuscontent {
border-color: #673AB7
}
}

View file

@ -4,6 +4,12 @@ html {
color: rgba(0, 0, 0, .87)
}
.wizardStartForm,
.ui-corner-all,
.ui-shadow {
background-color: #c33
}
.emby-collapsible-button {
border-color: #ccc;
border-color: rgba(0, 0, 0, .158)
@ -430,4 +436,4 @@ html {
.card:focus .card-focuscontent {
border-color: #c33
}
}

View file

@ -4,6 +4,12 @@ html {
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)
@ -425,4 +431,4 @@ html {
.card:focus .card-focuscontent {
border-color: #52B54B
}
}

View file

@ -4,6 +4,12 @@ html {
background-color: #0F3562
}
.wizardStartForm,
.ui-corner-all,
.ui-shadow {
background-color: #0C2450
}
.emby-collapsible-button {
border-color: #383838;
border-color: rgba(255, 255, 255, .135)
@ -440,4 +446,4 @@ html {
::-webkit-scrollbar-thumb:vertical {
-webkit-border-radius: 2px;
background: center no-repeat rgba(255, 255, 255, .7)
}
}