remove border on price pull down

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

View file

@ -752,6 +752,10 @@ tree-table-view:focused {
-fx-border-insets: 0 0 0 1;
}
.nav-price-balance .jfx-combo-box {
-fx-border-color: transparent;
}
.nav-price-balance .jfx-combo-box > .input-line {
-fx-pref-height: 0px;
}