From 4a04b7095c2d44b813d20ab35cbeeabd575bab18 Mon Sep 17 00:00:00 2001 From: woodser <13068859+woodser@users.noreply.github.com> Date: Thu, 1 May 2025 08:38:10 -0400 Subject: [PATCH] corners are rounded in confirm create offer --- desktop/src/main/java/haveno/desktop/haveno.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/desktop/src/main/java/haveno/desktop/haveno.css b/desktop/src/main/java/haveno/desktop/haveno.css index 94a69a6b96..a6fe946c82 100644 --- a/desktop/src/main/java/haveno/desktop/haveno.css +++ b/desktop/src/main/java/haveno/desktop/haveno.css @@ -342,9 +342,9 @@ tree-table-view:focused { .jfx-text-field { -jfx-focus-color: -bs-color-primary; -fx-background-color: -bs-background-color; + -fx-padding: 0.333333em 0.333333em 0.333333em 0.333333em; -fx-background-radius: 999; -fx-border-radius: 999; - -fx-padding: 0.333333em 0.333333em 0.333333em 0.333333em; } .jfx-text-field > .input-line { @@ -455,6 +455,8 @@ tree-table-view:focused { -fx-background-color: -bs-color-gray-1; -fx-border-width: 0; -fx-pref-width: 300; + -fx-background-radius: 999; + -fx-border-radius: 999; } .input-with-border-readonly .text-field {