mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-28 17:34:11 -04:00
fix zero decimals
This commit is contained in:
parent
67935f8f8a
commit
25db62b68b
1 changed files with 5 additions and 4 deletions
|
@ -85,9 +85,6 @@
|
||||||
-fx-fill: -bs-color-gray-6;
|
-fx-fill: -bs-color-gray-6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.zero-decimals {
|
|
||||||
-fx-text-fill: -bs-color-gray-3;
|
|
||||||
}
|
|
||||||
|
|
||||||
.confirmation-label {
|
.confirmation-label {
|
||||||
-fx-font-size: 1.077em;
|
-fx-font-size: 1.077em;
|
||||||
|
@ -2559,10 +2556,14 @@ textfield */
|
||||||
.table-view.non-interactive-table .table-cell.highlight-text .text,
|
.table-view.non-interactive-table .table-cell.highlight-text .text,
|
||||||
.table-view.non-interactive-table .table-cell.highlight-text .hyperlink,
|
.table-view.non-interactive-table .table-cell.highlight-text .hyperlink,
|
||||||
.table-view.non-interactive-table .table-cell.highlight-text .hyperlink .text {
|
.table-view.non-interactive-table .table-cell.highlight-text .hyperlink .text {
|
||||||
-fx-fill: -fx-dark-text-color;
|
|
||||||
-fx-text-fill: -fx-dark-text-color;
|
-fx-text-fill: -fx-dark-text-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
.highlight-text {
|
.highlight-text {
|
||||||
-fx-text-fill: -fx-dark-text-color !important;
|
-fx-text-fill: -fx-dark-text-color !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.zero-decimals,
|
||||||
|
.table-view.non-interactive-table .table-cell.highlight-text .zero-decimals { /* Match specificity with the above to override */
|
||||||
|
-fx-text-fill: -bs-color-gray-3;
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue