From d913f553baa177c01074b33f433f460525b0813a Mon Sep 17 00:00:00 2001 From: woodser <13068859+woodser@users.noreply.github.com> Date: Fri, 2 May 2025 09:51:51 -0400 Subject: [PATCH] standardize radius to 15 --- .../src/main/java/haveno/desktop/haveno.css | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/desktop/src/main/java/haveno/desktop/haveno.css b/desktop/src/main/java/haveno/desktop/haveno.css index 85041bf635..214ae06bd0 100644 --- a/desktop/src/main/java/haveno/desktop/haveno.css +++ b/desktop/src/main/java/haveno/desktop/haveno.css @@ -248,22 +248,22 @@ .combo-box-popup { -fx-background-color: -bs-background-color; - -fx-background-radius: 10; - -fx-border-radius: 10; + -fx-background-radius: 15; + -fx-border-radius: 15; -fx-padding: 5; } .combo-box-popup .scroll-pane { -fx-background-color: -bs-background-color; - -fx-background-radius: 10; - -fx-border-radius: 10; + -fx-background-radius: 15; + -fx-border-radius: 15; -fx-padding: 5; } .combo-box-popup > .list-view { -fx-background-color: -bs-background-color; - -fx-background-radius: 10; - -fx-border-radius: 10; + -fx-background-radius: 15; + -fx-border-radius: 15; -fx-padding: 5; } @@ -282,8 +282,8 @@ .combo-box-popup > .list-view > .virtual-flow > .clipped-container > .sheet > .list-cell:filled:selected { -fx-background: -fx-selection-bar; -fx-background-color: -fx-selection-bar; - -fx-background-radius: 10; - -fx-border-radius: 10; + -fx-background-radius: 15; + -fx-border-radius: 15; } .combo-box-popup > .list-view > .virtual-flow > .clipped-container > .sheet > .list-cell:filled:hover, @@ -530,8 +530,8 @@ tree-table-view:focused { -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: 10; - -fx-border-radius: 10; + -fx-background-radius: 15; + -fx-border-radius: 15; } .jfx-text-area:readonly { @@ -1097,16 +1097,16 @@ textfield */ -fx-control-inner-background-alt: -fx-control-inner-background; -fx-background-color: transparent; -fx-border-color: transparent; - -fx-background-radius: 10; - -fx-border-radius: 10; + -fx-background-radius: 15; + -fx-border-radius: 15; -fx-padding: 0; } .table-view .column-header-background { -fx-background-color: transparent; -fx-border-color: transparent; - -fx-background-radius: 10; - -fx-border-radius: 10; + -fx-background-radius: 15; + -fx-border-radius: 15; } .table-view .column-header .label {