This commit is contained in:
crschnick
2026-03-11 17:19:37 +00:00
parent 7d2ab16c62
commit cb4eeee6dd
@@ -38,19 +38,19 @@
-fx-padding: 0.8em;
}
.root:light:windows .toggle-switch-comp > .thumb {
.root:light .toggle-switch-comp > .thumb {
-fx-background-color: -color-neutral-emphasis;
}
.root:light:windows .toggle-switch-comp > .thumb-area {
.root:light .toggle-switch-comp > .thumb-area {
-fx-background-color: -color-border-default, -color-bg-subtle;
}
.root:light:windows .toggle-switch:selected > .thumb {
.root:light .toggle-switch:selected > .thumb {
-fx-background-color: -color-accent-emphasis, -color-fg-emphasis;
-fx-opacity: 1;
}
.root:light:windows .toggle-switch:selected > .thumb-area {
.root:light .toggle-switch:selected > .thumb-area {
-fx-background-color: -color-accent-emphasis, -color-accent-emphasis;
}