From 7173e7e8209f83d4acc198523ab17c1833518c3e Mon Sep 17 00:00:00 2001 From: woodser <13068859+woodser@users.noreply.github.com> Date: Wed, 30 Apr 2025 16:15:09 -0400 Subject: [PATCH] oval min width --- desktop/src/main/java/haveno/desktop/haveno.css | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/desktop/src/main/java/haveno/desktop/haveno.css b/desktop/src/main/java/haveno/desktop/haveno.css index 22f9e4443a..b4b2133a07 100644 --- a/desktop/src/main/java/haveno/desktop/haveno.css +++ b/desktop/src/main/java/haveno/desktop/haveno.css @@ -707,7 +707,9 @@ tree-table-view:focused { .nav-button { -fx-cursor: hand; -fx-background-color: transparent; - -fx-padding: 11; + -fx-padding: 11 20; + -fx-background-radius: 999; + -fx-border-radius: 999; } .nav-button .text { @@ -722,16 +724,9 @@ tree-table-view:focused { .nav-button:selected { -fx-background-color: -bs-background-color; - -fx-background-radius: 999; - -fx-border-radius: 999; -fx-effect: dropshadow(gaussian, -bs-text-color-transparent, 4, 0, 0, 0, 2); } -.nav-button:hover { - -fx-background-radius: 999; - -fx-border-radius: 999; -} - .nav-button:hover .text { -fx-fill: -bs-rd-nav-hover-text; }