mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-24 14:50:28 -04:00
lighten non-interactive table colors in dark mode
This commit is contained in:
parent
1e30f4aa4c
commit
b9afb69c84
2 changed files with 3 additions and 3 deletions
|
@ -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 {
|
||||||
|
|
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue