diff --git a/CSS/css-scyfin/scyfin-theme-backdrop.css b/CSS/css-scyfin/scyfin-theme-backdrop.css index 3d26a6f..156e10b 100644 --- a/CSS/css-scyfin/scyfin-theme-backdrop.css +++ b/CSS/css-scyfin/scyfin-theme-backdrop.css @@ -12,6 +12,7 @@ /* 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; } diff --git a/CSS/css-scyfin/scyfin-theme.css b/CSS/css-scyfin/scyfin-theme.css index 2d9ee51..a4e3afa 100644 --- a/CSS/css-scyfin/scyfin-theme.css +++ b/CSS/css-scyfin/scyfin-theme.css @@ -12,6 +12,7 @@ /* 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; } diff --git a/CSS/css-scyfin/theme-snow.css b/CSS/css-scyfin/theme-snow.css index 913c36a..8052dcd 100644 --- a/CSS/css-scyfin/theme-snow.css +++ b/CSS/css-scyfin/theme-snow.css @@ -1,4 +1,10 @@ :root { --main-accent-color: #E8ECEF; --secondary-accent-color: rgba(232, 236, 239, 0.2); +} + +.layout-desktop .button-submit, +.layout-desktop .checkboxIcon, +.layout-desktop .countIndicator { + color: var(--secondary-background-color) !important; } \ No newline at end of file