diff --git a/CSS/css-scyfin/scyfin-theme-backdrop.css b/CSS/css-scyfin/scyfin-theme-backdrop.css index 156e10b..b5eae68 100644 --- a/CSS/css-scyfin/scyfin-theme-backdrop.css +++ b/CSS/css-scyfin/scyfin-theme-backdrop.css @@ -12,11 +12,11 @@ /* Setting accent color variable */ .listItemIcon:not(.listItemIcon-transparent):not(.notification_important), .emby-checkbox:checked + span + .checkboxOutline, -.emby-checkbox:focus:not(:checked) + span + .checkboxOutline, .countIndicator { background: var(--main-accent-color) !important; } .emby-checkbox:checked + span + .checkboxOutline, +.emby-checkbox:focus:not(:checked) + span + .checkboxOutline, .emby-input:focus, .emby-textarea:focus, .emby-select-withcolor:focus, diff --git a/CSS/css-scyfin/scyfin-theme.css b/CSS/css-scyfin/scyfin-theme.css index a4e3afa..faa6365 100644 --- a/CSS/css-scyfin/scyfin-theme.css +++ b/CSS/css-scyfin/scyfin-theme.css @@ -12,11 +12,11 @@ /* Setting accent color variable */ .listItemIcon:not(.listItemIcon-transparent):not(.notification_important), .emby-checkbox:checked + span + .checkboxOutline, -.emby-checkbox:focus:not(:checked) + span + .checkboxOutline, .countIndicator { background: var(--main-accent-color) !important; } .emby-checkbox:checked + span + .checkboxOutline, +.emby-checkbox:focus:not(:checked) + span + .checkboxOutline, .emby-input:focus, .emby-textarea:focus, .emby-select-withcolor:focus,