From ff2551fa6dc947e9dd8f99a360dd6c32bc6ebecd Mon Sep 17 00:00:00 2001 From: bvcxza <175357591+bvcxza@users.noreply.github.com> Date: Sun, 21 Jul 2024 13:00:14 -0300 Subject: [PATCH] #1149 fix popups text background color --- desktop/src/main/java/haveno/desktop/haveno.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/desktop/src/main/java/haveno/desktop/haveno.css b/desktop/src/main/java/haveno/desktop/haveno.css index e9eb2a986a6..125b4c7bd9b 100644 --- a/desktop/src/main/java/haveno/desktop/haveno.css +++ b/desktop/src/main/java/haveno/desktop/haveno.css @@ -1201,16 +1201,16 @@ textfield */ } .text-area-no-border { - -fx-border-color: -fx-control-inner-background; + -fx-border-color: -bs-background-color; } .text-area-no-border .content { - -fx-background-color: -fx-control-inner-background; + -fx-background-color: -bs-background-color; } .text-area-no-border:focused { - -fx-focus-color: -fx-control-inner-background; - -fx-faint-focus-color: -fx-control-inner-background; + -fx-focus-color: -bs-background-color; + -fx-faint-focus-color: -bs-background-color; } /*******************************************************************************