mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-03 04:06:23 -04:00
fix offer passphrase label for dark mode
This commit is contained in:
parent
9da6fcffec
commit
bc649b1d4d
2 changed files with 5 additions and 5 deletions
|
@ -2568,10 +2568,6 @@ textfield */
|
||||||
-fx-text-fill: -fx-dark-text-color !important;
|
-fx-text-fill: -fx-dark-text-color !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.regular-text-color {
|
|
||||||
-fx-text-fill: -bs-text-color;
|
|
||||||
}
|
|
||||||
|
|
||||||
.details-text-area {
|
.details-text-area {
|
||||||
-fx-background-radius: 8;
|
-fx-background-radius: 8;
|
||||||
-fx-border-radius: 8;
|
-fx-border-radius: 8;
|
||||||
|
@ -2602,7 +2598,7 @@ textfield */
|
||||||
}
|
}
|
||||||
|
|
||||||
.passphrase-copy-box .jfx-button {
|
.passphrase-copy-box .jfx-button {
|
||||||
-fx-padding: 3 12 3 12;
|
-fx-padding: 4 12 4 12;
|
||||||
-fx-background-radius: 999;
|
-fx-background-radius: 999;
|
||||||
-fx-border-radius: 999;
|
-fx-border-radius: 999;
|
||||||
-fx-min-height: 0;
|
-fx-min-height: 0;
|
||||||
|
|
|
@ -625,3 +625,7 @@
|
||||||
.table-view.non-interactive-table .table-cell.highlight-text .zero-decimals {
|
.table-view.non-interactive-table .table-cell.highlight-text .zero-decimals {
|
||||||
-fx-text-fill: -bs-color-gray-3;
|
-fx-text-fill: -bs-color-gray-3;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.regular-text-color {
|
||||||
|
-fx-text-fill: -bs-text-color;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue