From 1d07d513ea51d79f1fd0a2d8e73c39e95d9a0467 Mon Sep 17 00:00:00 2001 From: grafixeyehero Date: Sun, 2 Jun 2019 00:25:44 +0300 Subject: [PATCH] update text colors and checkbox --- src/components/themes/purple-haze/theme.css | 49 +++++++++++---------- 1 file changed, 26 insertions(+), 23 deletions(-) diff --git a/src/components/themes/purple-haze/theme.css b/src/components/themes/purple-haze/theme.css index 70615cf0cd..2060d9b8e6 100644 --- a/src/components/themes/purple-haze/theme.css +++ b/src/components/themes/purple-haze/theme.css @@ -39,7 +39,7 @@ html { .dialog, html { - background-color: #0e0f2d + background-color: #230c33 } .backgroundContainer { @@ -96,7 +96,7 @@ div[data-role=controlgroup] a.ui-btn-active { } a[data-role=button] { - background: #022b3a !important; + background: rgba(2, 43, 58, 0.521) !important; } #btnRestart, @@ -111,7 +111,7 @@ a[data-role=button] { .viewTabButton, .button-alt, .btnOption { - background: rgb(135, 187, 162); + background: rgb(72, 195, 200); color: rgb(225, 229, 242) } @@ -141,25 +141,19 @@ a[data-role=button] { .btnForgotPassword, .btnCancel, .button-cancel { - background: rgb(85, 130, 139); - color: rgb(225, 229, 242) + background: rgba(0, 0, 0, .5); + color: rgba(255, 255, 255, .87); } -h1, -h2, -h3 { - color: rgb(160, 238, 192); -} - -.itemName{ - color: rgb(241, 247, 238) +.itemName { + color: #f1f7ee } .textareaLabel, .sectionTitle, .fieldDescription, .checkboxLabel { - color: rgb(201, 228, 202) + color: #f1f7ee } .checkboxLabel { @@ -179,7 +173,7 @@ h3 { .inputLabelFocused, .selectLabelFocused, .textareaLabelFocused { - color: rgb(138, 233, 193) + color: #8ae9c1 } .checkboxOutline { @@ -367,11 +361,20 @@ h3 { } .emby-checkbox:checked+span+.checkboxOutline { - background-color: #8ae9c1 + background-color: #030322; + border:2px solid rgb(72, 195, 200); +} + +.emby-checkbox:checked + span + .checkboxOutline > .checkboxIcon-checked { + color: rgb(12, 232, 214); +} + +.emby-checkbox:focus:not(:checked)+span+.checkboxOutline { + border:2px solid #ddd; } .itemProgressBarForeground { - background-color: #48C3C8 + background-color: rgb(12, 232, 214); } .itemProgressBarForeground-recording { @@ -381,7 +384,7 @@ h3 { .countIndicator, .fullSyncIndicator, .playedIndicator { - background: #48C3C8 + background: rgb(12, 232, 214); } .fullSyncIndicator { @@ -521,17 +524,17 @@ h3 { border-color: #8ae9c1 } -.layout-desktop ::-webkit-scrollbar { - width: .4em; - height: 1em -} - .layout-desktop, .scrollY { scrollbar-width: thin; scrollbar-color: #888 rgba(59, 59, 59, 0.5) } +.layout-desktop ::-webkit-scrollbar { + width: .4em; + height: 1em +} + ::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3) }