From 5d7dcc4c468d0fd9ea6ebd012e78d9eaa66b2988 Mon Sep 17 00:00:00 2001 From: woodser <13068859+woodser@users.noreply.github.com> Date: Thu, 1 May 2025 11:23:05 -0400 Subject: [PATCH] remove line from text input, area, and combo box --- desktop/src/main/java/haveno/desktop/haveno.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/desktop/src/main/java/haveno/desktop/haveno.css b/desktop/src/main/java/haveno/desktop/haveno.css index dcc10ff335..b971091583 100644 --- a/desktop/src/main/java/haveno/desktop/haveno.css +++ b/desktop/src/main/java/haveno/desktop/haveno.css @@ -220,10 +220,14 @@ .jfx-combo-box { -jfx-focus-color: -bs-color-primary; - -jfx-unfocus-color: -bs-color-gray-line; -fx-background-color: -bs-background-color; -fx-background-radius: 999; -fx-border-radius: 999; + -fx-border-color: -bs-background-gray; +} + +.jfx-combo-box, .jfx-text-field, .jfx-text-area { + -jfx-unfocus-color: transparent; } .jfx-combo-box .arrow-button { @@ -238,7 +242,7 @@ .jfx-combo-box > .arrow-button > .arrow { -fx-background-color: null; - -fx-border-color: -jfx-unfocus-color; + -fx-border-color: -bs-color-gray-line; -fx-shape: "M 0 0 l 3.5 4 l 3.5 -4"; } @@ -519,7 +523,6 @@ tree-table-view:focused { .jfx-text-area { -jfx-focus-color: -bs-color-primary; - -jfx-unfocus-color: -bs-color-gray-line; -fx-background-color: -bs-background-color; -fx-padding: 0.333333em 0.333333em 0.333333em 0.333333em; -fx-background-radius: 10;