mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-02-17 17:09:55 +08: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() {
|
||||
setMouseTransparent(true);
|
||||
Label lblTitle = new Label();
|
||||
lblTitle.textFillProperty().bind(titleFill);
|
||||
lblTitle.fontProperty().bind(titleFont);
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user