remove invalid css types from toggles

This commit is contained in:
woodser 2025-05-22 16:39:21 -04:00
parent 74f87085a6
commit 1295d18b3f
No known key found for this signature in database
GPG key ID: 55A10DD48ADEE5EF

View file

@ -2311,7 +2311,6 @@ textfield */
#toggle-left {
-fx-border-radius: 4 0 0 4;
-fx-border-color: -bs-rd-separator-dark;
-fx-border-style: transparent;
-fx-border-width: 0 0 0 0;
-fx-border-insets: 0;
-fx-background-insets: 0;
@ -2322,7 +2321,6 @@ textfield */
#toggle-center {
-fx-border-radius: 0;
-fx-border-color: -bs-rd-separator-dark;
-fx-border-style: transparent;
-fx-border-width: 0 0 0 0;
-fx-border-insets: 0;
-fx-background-insets: 0;
@ -2332,7 +2330,7 @@ textfield */
#toggle-right {
-fx-border-radius: 0 4 4 0;
-fx-border-style: transparent;
-fx-border-color: -bs-rd-separator-dark;
-fx-border-width: 0;
-fx-border-insets: 0;
-fx-background-insets: 0;