Fix grey auth server list cell
This commit is contained in:
@@ -53,6 +53,7 @@ public class TwoLineListItem extends StackPane {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public TwoLineListItem() {
|
public TwoLineListItem() {
|
||||||
|
setMouseTransparent(true);
|
||||||
Label lblTitle = new Label();
|
Label lblTitle = new Label();
|
||||||
lblTitle.textFillProperty().bind(titleFill);
|
lblTitle.textFillProperty().bind(titleFill);
|
||||||
lblTitle.fontProperty().bind(titleFont);
|
lblTitle.fontProperty().bind(titleFont);
|
||||||
|
|||||||
@@ -679,7 +679,9 @@
|
|||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
.jfx-list-cell:odd,
|
.jfx-list-cell:odd,
|
||||||
.jfx-list-cell:even {
|
.jfx-list-cell:even,
|
||||||
|
.list-cell:odd,
|
||||||
|
.list-cell:even {
|
||||||
-fx-background-color: WHITE;
|
-fx-background-color: WHITE;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1095,7 +1097,7 @@
|
|||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
.jfx-combo-box {
|
.jfx-combo-box {
|
||||||
-jfx-focus-color: -fx-base-check-color;
|
-jfx-focus-color: -fx-base-check-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
.jfx-combo-box-warning {
|
.jfx-combo-box-warning {
|
||||||
|
|||||||
Reference in New Issue
Block a user