add dropshadow to popups

This commit is contained in:
woodser 2025-05-19 08:52:18 -04:00
parent 8a8b92a1e8
commit 921d84fd08
No known key found for this signature in database
GPG key ID: 55A10DD48ADEE5EF
2 changed files with 5 additions and 6 deletions

View file

@ -1942,13 +1942,12 @@ textfield */
* *
******************************************************************************/
.grid-pane {
-fx-background-color: -bs-content-background-gray;
-fx-background-radius: 5;
-fx-effect: null;
-fx-background-color: -bs-color-background-popup-overlay;
-fx-background-insets: 10;
-fx-background-radius: 15;
-fx-border-radius: 15;
-fx-padding: 35, 40, 30, 40;
-fx-effect: dropshadow(gaussian, -bs-text-color-transparent-dark, 15, 0, 0, 0);
}
/********************************************************************************************************************
@ -2226,12 +2225,11 @@ textfield */
.popup-bg {
-fx-font-size: 1.077em;
-fx-background-color: -bs-color-background-popup-overlay;
-fx-background-radius: 5;
-fx-effect: null;
-fx-background-insets: 10;
-fx-background-radius: 15;
-fx-border-radius: 15;
-fx-padding: 35, 40, 30, 40;
-fx-effect: dropshadow(gaussian, -bs-text-color-transparent-dark, 15, 0, 0, 0);
}
.notification-popup-bg, .peer-info-popup-bg {
@ -2251,6 +2249,7 @@ textfield */
-fx-background-insets: 44;
-fx-background-radius: 0 0 15px 15px;
-fx-border-radius: 0 0 15px 15px;
-fx-effect: dropshadow(gaussian, -bs-text-color-transparent-dark, 44, 0, 0, 0);
}
.notification-popup-headline, peer-info-popup-headline {

View file

@ -114,7 +114,7 @@
-bs-rd-font-confirmation-label: #504f52;
-bs-rd-font-balance-label: #999999;
-bs-text-color-transparent-dark: rgba(29, 29, 33, 0.54);
-bs-text-color-transparent-dark: rgba(45, 45, 49, 0.54);
-bs-text-color-transparent: rgba(29, 29, 33, 0.2);
-bs-color-gray-line: #504f52;