From 2762a53ad8c3c5ba3cae89e3805b326cb06fa44b Mon Sep 17 00:00:00 2001 From: loof2736 Date: Sat, 1 Jun 2024 00:37:30 -0400 Subject: [PATCH] Fixed checkbox outlines --- CSS/css-scyfin/scyfin-theme-backdrop.css | 2 +- CSS/css-scyfin/scyfin-theme.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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,