listview bug light theme

This commit is contained in:
sirjonasxx 2022-02-17 01:42:38 +01:00
parent a2e481ba4d
commit a03c898328
2 changed files with 24 additions and 24 deletions

View File

@ -989,20 +989,20 @@ VBox > .split-menu-button.last > .arrow-button {
-fx-text-fill: rgba(0, 0, 0, 0.8);
}
.list-view {
-fx-border-color: #cccccc;
-fx-border-radius: 4;
-fx-background-color: #ffffff;
-fx-background-radius: 4;
}
/*.list-view {*/
/* -fx-border-color: #cccccc;*/
/* -fx-border-radius: 4;*/
/* -fx-background-color: #ffffff;*/
/* -fx-background-radius: 4;*/
/*}*/
.list-cell {
-fx-background-color: transparent;
}
/*.list-cell {*/
/* -fx-background-color: transparent;*/
/*}*/
.list-cell:even {
-fx-background-color: rgba(140, 140, 140, 0.1);
}
/*.list-cell:even {*/
/* -fx-background-color: rgba(140, 140, 140, 0.1);*/
/*}*/
.scroll-pane {
-fx-background-color: white;

View File

@ -988,20 +988,20 @@ VBox > .split-menu-button.last > .arrow-button {
-fx-text-fill: rgba(0, 0, 0, 0.8);
}
.list-view {
-fx-border-color: #cccccc;
-fx-border-radius: 4;
-fx-background-color: #ffffff;
-fx-background-radius: 4;
}
/*.list-view {*/
/* -fx-border-color: #cccccc;*/
/* -fx-border-radius: 4;*/
/* -fx-background-color: #ffffff;*/
/* -fx-background-radius: 4;*/
/*}*/
.list-cell {
-fx-background-color: transparent;
}
/*.list-cell {*/
/* -fx-background-color: transparent;*/
/*}*/
.list-cell:even {
-fx-background-color: rgba(140, 140, 140, 0.1);
}
/*.list-cell:even {*/
/* -fx-background-color: rgba(140, 140, 140, 0.1);*/
/*}*/
.scroll-pane {
-fx-background-color: white;