add roundedness to grid-pane details windows, etc

This commit is contained in:
woodser 2025-05-01 03:47:20 -04:00
parent e67fd48ac4
commit 093e77c20e
No known key found for this signature in database
GPG key ID: 55A10DD48ADEE5EF

View file

@ -1789,6 +1789,8 @@ textfield */
-fx-effect: null; -fx-effect: null;
-fx-effect: dropshadow(gaussian, -bs-color-gray-10, 10, 0, 0, 0); -fx-effect: dropshadow(gaussian, -bs-color-gray-10, 10, 0, 0, 0);
-fx-background-insets: 10; -fx-background-insets: 10;
-fx-background-radius: 15;
-fx-border-radius: 15;
} }
/******************************************************************************************************************** /********************************************************************************************************************