mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-29 09:07:27 -04:00
add roundedness to popups
This commit is contained in:
parent
3f9d331648
commit
58d7034014
1 changed files with 8 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue