mirror of
https://github.com/loof2736/scyfin.git
synced 2025-11-03 16:08:53 +01:00
Minor change to snow theme
This commit is contained in:
parent
076427e012
commit
8b3208d730
@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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;
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user