remove border below close button

This commit is contained in:
woodser 2025-05-18 09:21:31 -04:00
parent 59d0d26269
commit 15918c0c01
No known key found for this signature in database
GPG key ID: 55A10DD48ADEE5EF

View file

@ -1812,7 +1812,7 @@ textfield */
.titled-group-bg, .titled-group-bg-active {
-fx-body-color: -bs-color-gray-background;
-fx-border-color: -bs-rd-separator;
-fx-border-width: 0 0 1 0;
-fx-border-width: 0 0 0 0;
-fx-background-color: transparent;
-fx-background-insets: 0;
}