pulldown selected item is rounded

This commit is contained in:
woodser 2025-05-01 14:13:37 -04:00
parent 32ff4f93de
commit c63065080a
No known key found for this signature in database
GPG key ID: 55A10DD48ADEE5EF

View file

@ -282,6 +282,8 @@
.combo-box-popup > .list-view > .virtual-flow > .clipped-container > .sheet > .list-cell:filled:selected {
-fx-background: -fx-selection-bar;
-fx-background-color: -fx-selection-bar;
-fx-background-radius: 10;
-fx-border-radius: 10;
}
.combo-box-popup > .list-view > .virtual-flow > .clipped-container > .sheet > .list-cell:filled:hover,