border around combobox and translate y

This commit is contained in:
woodser 2025-05-10 13:36:20 -04:00
parent db8325e4d1
commit c9512bd7ae
No known key found for this signature in database
GPG key ID: 55A10DD48ADEE5EF

View file

@ -293,6 +293,8 @@
.combo-box-popup > .list-view {
-fx-background-color: -bs-color-background-form-field;
-fx-border-color: -bs-color-border-form-field;
-fx-translate-y: 4;
-fx-background-radius: 15;
-fx-border-radius: 15;
-fx-padding: 5;