mirror of
https://github.com/haveno-dex/haveno.git
synced 2024-11-16 15:58:08 +00:00
fix background color of txid when funds are withdrawn in dark mode (#1367)
This commit is contained in:
parent
6675390e20
commit
6b91b057e5
1 changed files with 4 additions and 0 deletions
|
@ -241,6 +241,10 @@
|
|||
-fx-border-width: 0 0 10 0;
|
||||
}
|
||||
|
||||
#address-text-field.jfx-text-field:readonly {
|
||||
-fx-background-color: derive(-bs-background-color, 15%);
|
||||
}
|
||||
|
||||
.wallet-seed-words {
|
||||
-fx-text-fill: -bs-color-gray-6;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue