diff --git a/desktop/src/main/java/haveno/desktop/haveno.css b/desktop/src/main/java/haveno/desktop/haveno.css index fb2f4c2387..55cc3c43e5 100644 --- a/desktop/src/main/java/haveno/desktop/haveno.css +++ b/desktop/src/main/java/haveno/desktop/haveno.css @@ -2075,6 +2075,8 @@ textfield */ -fx-background-radius: 0; -fx-background-insets: 44; -fx-effect: dropshadow(gaussian, -bs-text-color-transparent-dark, 44, 0, 0, 0); + -fx-background-radius: 15; + -fx-border-radius: 15; } .popup-bg-top { @@ -2084,6 +2086,8 @@ textfield */ -fx-background-radius: 0; -fx-background-insets: 44; -fx-effect: dropshadow(gaussian, -bs-text-color-transparent-dark, 44, 0, 0, 0); + -fx-background-radius: 15; + -fx-border-radius: 15; } .notification-popup-headline, peer-info-popup-headline { @@ -2096,12 +2100,16 @@ textfield */ -fx-font-size: 0.846em; -fx-background-insets: 44; -fx-effect: dropshadow(gaussian, -bs-text-color-transparent-dark, 44, 0, -1, 3); + -fx-background-radius: 15; + -fx-border-radius: 15; } .peer-info-popup-bg { -fx-font-size: 0.846em; -fx-background-insets: 44; -fx-effect: dropshadow(gaussian, -bs-text-color-transparent-dark, 44, 0, -1, 3); + -fx-background-radius: 15; + -fx-border-radius: 15; } .account-status-title {