Fix black ComboBox

This commit is contained in:
yushijinhun 2018-07-07 23:06:44 +08:00
parent 80815fc3a0
commit 06a58514b3
No known key found for this signature in database
GPG Key ID: 5BC167F73EA558E4

View File

@ -569,7 +569,6 @@
.list-cell:selected, .jfx-list-cell:selected { .list-cell:selected, .jfx-list-cell:selected {
-fx-background-insets: 0.0; -fx-background-insets: 0.0;
-fx-text-fill: BLACK; -fx-text-fill: BLACK;
-fx-background-color: black;
} }
.jfx-list-cell:filled:hover, .jfx-list-cell:filled:hover,