Fix grey auth server list cell

This commit is contained in:
yushijinhun 2018-12-31 19:43:36 +08:00
parent 6405263616
commit 8b191e4a3b
No known key found for this signature in database
GPG Key ID: 5BC167F73EA558E4
2 changed files with 5 additions and 2 deletions

View File

@ -53,6 +53,7 @@ public class TwoLineListItem extends StackPane {
}
public TwoLineListItem() {
setMouseTransparent(true);
Label lblTitle = new Label();
lblTitle.textFillProperty().bind(titleFill);
lblTitle.fontProperty().bind(titleFont);

View File

@ -679,7 +679,9 @@
*******************************************************************************/
.jfx-list-cell:odd,
.jfx-list-cell:even {
.jfx-list-cell:even,
.list-cell:odd,
.list-cell:even {
-fx-background-color: WHITE;
}
@ -1095,7 +1097,7 @@
*******************************************************************************/
.jfx-combo-box {
-jfx-focus-color: -fx-base-check-color;
-jfx-focus-color: -fx-base-check-color;
}
.jfx-combo-box-warning {