Hide combobox bar

This commit is contained in:
Christoph Atteneder 2018-08-23 12:57:20 +02:00
parent 99cf1c5fef
commit 004dda3cb4
No known key found for this signature in database
GPG Key ID: CD5DC1C529CDFD3B

View File

@ -258,6 +258,10 @@ bg color of non edit textFields: fafafa
-fx-shape: "M 0 0 l 3.5 4 l 3.5 -4";
}
.market-price-box > .jfx-combo-box > .input-line {
-fx-pref-height: 0px;
}
.radio-button .radio {
-fx-border-width: 1px;
-fx-border-color: -bs-black;