Force the text-fill style to fix wrong text color every now and then

This commit is contained in:
Christoph Atteneder 2020-01-08 17:26:56 +01:00
parent 5b0638f4e3
commit 1ce9e56408
No known key found for this signature in database
GPG key ID: CD5DC1C529CDFD3B

View file

@ -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,