add roundedness to popups

This commit is contained in:
woodser 2025-05-01 03:41:31 -04:00
parent 3f9d331648
commit 58d7034014
No known key found for this signature in database
GPG key ID: 55A10DD48ADEE5EF

View file

@ -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 {