restore white color for tableviews

This commit is contained in:
woodser 2025-05-06 09:07:40 -04:00
parent f2b410dd72
commit f3111896a4
No known key found for this signature in database
GPG key ID: 55A10DD48ADEE5EF

View file

@ -1158,8 +1158,6 @@ textfield */
.table-view {
-fx-control-inner-background-alt: -fx-control-inner-background;
-fx-background-color: transparent;
-fx-border-color: transparent;
-fx-background-radius: 15;
-fx-border-radius: 15;
-fx-padding: 0;
@ -1180,8 +1178,6 @@ textfield */
}
.table-view .column-header {
-fx-background-color: transparent;
-fx-border-color: transparent;
-fx-padding: 0;
}