border between table header and rows

This commit is contained in:
woodser 2025-05-14 07:53:48 -04:00
parent 3c7008ee2b
commit 20be076c3a
No known key found for this signature in database
GPG key ID: 55A10DD48ADEE5EF

View file

@ -1197,9 +1197,8 @@ textfield */
.table-view .column-header-background {
-fx-background-color: transparent;
-fx-border-color: transparent;
-fx-background-radius: 15;
-fx-border-radius: 15;
-fx-border-color: -bs-color-border-form-field;
-fx-border-width: 0 0 1 0;
}
.table-view .column-header .label {
@ -1211,9 +1210,7 @@ textfield */
.table-view .column-header {
-fx-border-color: transparent;
-fx-padding: 0;
-fx-background-color: -bs-color-background-pane;
-fx-border-width: 0;
}
.table-view .text {