mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 15:00:30 +01:00
Force the text-fill style to fix wrong text color every now and then
This commit is contained in:
parent
5b0638f4e3
commit
1ce9e56408
1 changed files with 2 additions and 2 deletions
|
@ -1650,7 +1650,7 @@ textfield */
|
|||
|
||||
#buy-button {
|
||||
-fx-background-color: -bs-buy;
|
||||
-fx-text-fill: white;
|
||||
-fx-text-fill: white !important;
|
||||
}
|
||||
|
||||
#buy-button-big:hover, #buy-button:hover,
|
||||
|
@ -1666,7 +1666,7 @@ textfield */
|
|||
|
||||
#sell-button {
|
||||
-fx-background-color: -bs-sell;
|
||||
-fx-text-fill: white;
|
||||
-fx-text-fill: white !important;
|
||||
}
|
||||
|
||||
#sell-button-big:hover, #sell-button:hover,
|
||||
|
|
Loading…
Add table
Reference in a new issue