mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-09-20 13:04:40 -04:00
wip tableview colors lighters
This commit is contained in:
parent
0946fe205b
commit
8ee0564047
3 changed files with 20 additions and 6 deletions
|
@ -1112,7 +1112,7 @@ textfield */
|
|||
-fx-border-color: -bs-color-background-row-odd;
|
||||
}
|
||||
.table-view .table-row-cell.row-faded .table-cell .text {
|
||||
-fx-fill: -bs-color-table-cell-faded;
|
||||
-fx-fill: -bs-color-table-cell-dim;
|
||||
}
|
||||
.cell-faded {
|
||||
-fx-opacity: 0.4;
|
||||
|
@ -1190,6 +1190,10 @@ textfield */
|
|||
-fx-padding: 0;
|
||||
}
|
||||
|
||||
.table-view .table-row-cell .label {
|
||||
-fx-text-fill: -bs-text-color;
|
||||
}
|
||||
|
||||
.table-view .column-header-background {
|
||||
-fx-background-color: -bs-color-background-pane;
|
||||
-fx-border-color: -bs-color-border-form-field;
|
||||
|
@ -1201,6 +1205,7 @@ textfield */
|
|||
-fx-font-weight: normal;
|
||||
-fx-font-size: 0.923em;
|
||||
-fx-padding: 6 0 6 0;
|
||||
-fx-text-fill: -bs-text-color;
|
||||
}
|
||||
|
||||
.table-view .column-header {
|
||||
|
@ -1208,9 +1213,6 @@ textfield */
|
|||
-fx-background-color: -bs-color-background-pane;
|
||||
}
|
||||
|
||||
.table-view .text {
|
||||
-fx-fill: -bs-text-color;
|
||||
}
|
||||
|
||||
/* horizontal scrollbars are never needed and are flickering at scaling so lets turn them off */
|
||||
.table-view > .scroll-bar:horizontal {
|
||||
|
@ -1336,6 +1338,14 @@ textfield */
|
|||
-fx-padding: 5 25 5 25;
|
||||
}
|
||||
|
||||
.table-view.offer-table .column-header .label {
|
||||
-fx-text-fill: -bs-text-color-dim1;
|
||||
}
|
||||
|
||||
.table-view.offer-table .table-row-cell .label {
|
||||
-fx-text-fill: -bs-text-color-dim2;
|
||||
}
|
||||
|
||||
/*******************************************************************************
|
||||
* *
|
||||
* Icons *
|
||||
|
|
|
@ -50,7 +50,9 @@
|
|||
-bs-color-background-pane: rgb(15, 15, 15);
|
||||
-bs-color-background-row-even: rgb(19, 19, 19);
|
||||
-bs-color-background-row-odd: rgb(9, 9, 9);
|
||||
-bs-color-table-cell-faded: -bs-color-gray-ccc;
|
||||
-bs-color-table-cell-dim: -bs-color-gray-ccc;
|
||||
-bs-text-color-dim1: rgb(87, 87, 87);
|
||||
-bs-text-color-dim2: rgb(130, 130, 130);
|
||||
|
||||
/* lesser used colors */
|
||||
-bs-color-blue-5: #0a4576;
|
||||
|
|
|
@ -113,9 +113,11 @@
|
|||
-bs-color-background-pane: -bs-background-color;
|
||||
-bs-color-background-row-even: -bs-color-background-pane;
|
||||
-bs-color-background-row-odd: derive(-bs-color-background-pane, -6%);
|
||||
-bs-color-table-cell-faded: -bs-color-gray-ccc;
|
||||
-bs-color-table-cell-dim: -bs-color-gray-ccc;
|
||||
-bs-color-background-popup: white;
|
||||
-bs-color-background-form-field: white;
|
||||
-bs-text-color-dim1: black;
|
||||
-bs-text-color-dim2: black;
|
||||
|
||||
|
||||
/* Monero orange color code */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue