no deposit text lighter when selected in dark mode

This commit is contained in:
woodser 2025-05-05 11:47:06 -04:00
parent de3d15b802
commit 7bc24d77e0
No known key found for this signature in database
GPG key ID: 55A10DD48ADEE5EF

View file

@ -559,6 +559,7 @@
} }
.toggle-button-no-slider:selected { .toggle-button-no-slider:selected {
-fx-text-fill: white;
-fx-background-color: -bs-color-gray-ccc; -fx-background-color: -bs-color-gray-ccc;
-fx-padding: 5 14 5 14; -fx-padding: 5 14 5 14;
-fx-border-width: 0px; -fx-border-width: 0px;