lighten non-interactive table colors in dark mode

This commit is contained in:
woodser 2025-05-24 09:28:22 -04:00
parent 1e30f4aa4c
commit b9afb69c84
No known key found for this signature in database
GPG key ID: 55A10DD48ADEE5EF
2 changed files with 3 additions and 3 deletions

View file

@ -2560,7 +2560,7 @@ textfield */
} }
.table-view.non-interactive-table .column-header .label { .table-view.non-interactive-table .column-header .label {
-fx-text-fill: -bs-text-color-dim1; -fx-text-fill: -bs-text-color-dim2;
} }
.highlight-text { .highlight-text {

View file

@ -604,13 +604,13 @@
.table-view.non-interactive-table .hyperlink, .table-view.non-interactive-table .hyperlink,
.table-view.non-interactive-table .hyperlink-with-icon, .table-view.non-interactive-table .hyperlink-with-icon,
.table-view.non-interactive-table .table-row-cell .hyperlink .text { .table-view.non-interactive-table .table-row-cell .hyperlink .text {
-fx-text-fill: -bs-text-color-dim2; -fx-text-fill: -bs-color-gray-dim;
} }
.table-view.non-interactive-table .hyperlink, .table-view.non-interactive-table .hyperlink,
.table-view.non-interactive-table .hyperlink-with-icon, .table-view.non-interactive-table .hyperlink-with-icon,
.table-view.non-interactive-table .table-row-cell .hyperlink .text { .table-view.non-interactive-table .table-row-cell .hyperlink .text {
-fx-fill: -bs-text-color-dim2; -fx-fill: -bs-color-gray-dim;
} }
.table-view.non-interactive-table .table-cell.highlight-text, .table-view.non-interactive-table .table-cell.highlight-text,