Minor change to snow theme

This commit is contained in:
loof2736 2024-06-01 00:30:04 -04:00
parent 076427e012
commit 8b3208d730
3 changed files with 8 additions and 0 deletions

View File

@ -12,6 +12,7 @@
/* Setting accent color variable */ /* Setting accent color variable */
.listItemIcon:not(.listItemIcon-transparent):not(.notification_important), .listItemIcon:not(.listItemIcon-transparent):not(.notification_important),
.emby-checkbox:checked + span + .checkboxOutline, .emby-checkbox:checked + span + .checkboxOutline,
.emby-checkbox:focus:not(:checked) + span + .checkboxOutline,
.countIndicator { .countIndicator {
background: var(--main-accent-color) !important; background: var(--main-accent-color) !important;
} }

View File

@ -12,6 +12,7 @@
/* Setting accent color variable */ /* Setting accent color variable */
.listItemIcon:not(.listItemIcon-transparent):not(.notification_important), .listItemIcon:not(.listItemIcon-transparent):not(.notification_important),
.emby-checkbox:checked + span + .checkboxOutline, .emby-checkbox:checked + span + .checkboxOutline,
.emby-checkbox:focus:not(:checked) + span + .checkboxOutline,
.countIndicator { .countIndicator {
background: var(--main-accent-color) !important; background: var(--main-accent-color) !important;
} }

View File

@ -1,4 +1,10 @@
:root { :root {
--main-accent-color: #E8ECEF; --main-accent-color: #E8ECEF;
--secondary-accent-color: rgba(232, 236, 239, 0.2); --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;
} }