From 1ce9e56408dd563a98f4c7fd308508844772209c Mon Sep 17 00:00:00 2001 From: Christoph Atteneder Date: Wed, 8 Jan 2020 17:26:56 +0100 Subject: [PATCH] Force the text-fill style to fix wrong text color every now and then --- desktop/src/main/java/bisq/desktop/bisq.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/desktop/src/main/java/bisq/desktop/bisq.css b/desktop/src/main/java/bisq/desktop/bisq.css index 82e8c86c5c..eb7ba927c9 100644 --- a/desktop/src/main/java/bisq/desktop/bisq.css +++ b/desktop/src/main/java/bisq/desktop/bisq.css @@ -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,