diff --git a/dashboard-ui/bower_components/emby-webcomponents/themes/appletv/theme.css b/dashboard-ui/bower_components/emby-webcomponents/themes/appletv/theme.css index 09b6e6c1a1..8a0fe05f14 100644 --- a/dashboard-ui/bower_components/emby-webcomponents/themes/appletv/theme.css +++ b/dashboard-ui/bower_components/emby-webcomponents/themes/appletv/theme.css @@ -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 -} \ No newline at end of file +} diff --git a/dashboard-ui/bower_components/emby-webcomponents/themes/blueradiance/theme.css b/dashboard-ui/bower_components/emby-webcomponents/themes/blueradiance/theme.css index b6b9e948c4..18fd6fa214 100644 --- a/dashboard-ui/bower_components/emby-webcomponents/themes/blueradiance/theme.css +++ b/dashboard-ui/bower_components/emby-webcomponents/themes/blueradiance/theme.css @@ -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 -} \ No newline at end of file +} diff --git a/dashboard-ui/bower_components/emby-webcomponents/themes/dark-green/theme.css b/dashboard-ui/bower_components/emby-webcomponents/themes/dark-green/theme.css index 9e2d6de272..6388927824 100644 --- a/dashboard-ui/bower_components/emby-webcomponents/themes/dark-green/theme.css +++ b/dashboard-ui/bower_components/emby-webcomponents/themes/dark-green/theme.css @@ -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 -} \ No newline at end of file +} diff --git a/dashboard-ui/bower_components/emby-webcomponents/themes/dark-red/theme.css b/dashboard-ui/bower_components/emby-webcomponents/themes/dark-red/theme.css index cff7ae60e2..2f57932316 100644 --- a/dashboard-ui/bower_components/emby-webcomponents/themes/dark-red/theme.css +++ b/dashboard-ui/bower_components/emby-webcomponents/themes/dark-red/theme.css @@ -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 -} \ No newline at end of file +} diff --git a/dashboard-ui/bower_components/emby-webcomponents/themes/halloween/theme.css b/dashboard-ui/bower_components/emby-webcomponents/themes/halloween/theme.css index 676f9c2a82..20cc063679 100644 --- a/dashboard-ui/bower_components/emby-webcomponents/themes/halloween/theme.css +++ b/dashboard-ui/bower_components/emby-webcomponents/themes/halloween/theme.css @@ -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 -} \ No newline at end of file +} diff --git a/dashboard-ui/bower_components/emby-webcomponents/themes/light-blue/theme.css b/dashboard-ui/bower_components/emby-webcomponents/themes/light-blue/theme.css index 5fe56e3bdd..fba787c144 100644 --- a/dashboard-ui/bower_components/emby-webcomponents/themes/light-blue/theme.css +++ b/dashboard-ui/bower_components/emby-webcomponents/themes/light-blue/theme.css @@ -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 -} \ No newline at end of file +} diff --git a/dashboard-ui/bower_components/emby-webcomponents/themes/light-green/theme.css b/dashboard-ui/bower_components/emby-webcomponents/themes/light-green/theme.css index 5cb52ddcde..38519bbfe7 100644 --- a/dashboard-ui/bower_components/emby-webcomponents/themes/light-green/theme.css +++ b/dashboard-ui/bower_components/emby-webcomponents/themes/light-green/theme.css @@ -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 -} \ No newline at end of file +} diff --git a/dashboard-ui/bower_components/emby-webcomponents/themes/light-pink/theme.css b/dashboard-ui/bower_components/emby-webcomponents/themes/light-pink/theme.css index f7502eb610..b3b9a869ad 100644 --- a/dashboard-ui/bower_components/emby-webcomponents/themes/light-pink/theme.css +++ b/dashboard-ui/bower_components/emby-webcomponents/themes/light-pink/theme.css @@ -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 -} \ No newline at end of file +} diff --git a/dashboard-ui/bower_components/emby-webcomponents/themes/light-purple/theme.css b/dashboard-ui/bower_components/emby-webcomponents/themes/light-purple/theme.css index dc79b30358..2c3b16f665 100644 --- a/dashboard-ui/bower_components/emby-webcomponents/themes/light-purple/theme.css +++ b/dashboard-ui/bower_components/emby-webcomponents/themes/light-purple/theme.css @@ -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 -} \ No newline at end of file +} diff --git a/dashboard-ui/bower_components/emby-webcomponents/themes/light-red/theme.css b/dashboard-ui/bower_components/emby-webcomponents/themes/light-red/theme.css index 329b0b1747..3b2e63a00a 100644 --- a/dashboard-ui/bower_components/emby-webcomponents/themes/light-red/theme.css +++ b/dashboard-ui/bower_components/emby-webcomponents/themes/light-red/theme.css @@ -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 -} \ No newline at end of file +} diff --git a/dashboard-ui/bower_components/emby-webcomponents/themes/light/theme.css b/dashboard-ui/bower_components/emby-webcomponents/themes/light/theme.css index 3651120bde..eae37dca6c 100644 --- a/dashboard-ui/bower_components/emby-webcomponents/themes/light/theme.css +++ b/dashboard-ui/bower_components/emby-webcomponents/themes/light/theme.css @@ -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 -} \ No newline at end of file +} diff --git a/dashboard-ui/bower_components/emby-webcomponents/themes/wmc/theme.css b/dashboard-ui/bower_components/emby-webcomponents/themes/wmc/theme.css index 21ab357514..6c5c3d7ef6 100644 --- a/dashboard-ui/bower_components/emby-webcomponents/themes/wmc/theme.css +++ b/dashboard-ui/bower_components/emby-webcomponents/themes/wmc/theme.css @@ -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) -} \ No newline at end of file +}