mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-09-16 15:26:27 -04:00
Fix grey auth server list cell
This commit is contained in:
parent
6405263616
commit
8b191e4a3b
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user