more dropshadow for 2nd popup

This commit is contained in:
woodser 2025-05-21 08:26:22 -04:00
parent 9da818da8d
commit c14eb2c872
No known key found for this signature in database
GPG key ID: 55A10DD48ADEE5EF
3 changed files with 4 additions and 4 deletions

View file

@ -2250,7 +2250,7 @@ textfield */
}
.popup-dropshadow {
-fx-effect: dropshadow(gaussian, -bs-text-color-dark, 15, 0, 0, 0);
-fx-effect: dropshadow(gaussian, -bs-text-color-dropshadow, 20, 0, 0, 0);
}
.notification-popup-headline, peer-info-popup-headline {
@ -2531,7 +2531,7 @@ textfield */
}
.popover > .border {
-fx-stroke: linear-gradient(to bottom, -bs-text-color-transparent, -bs-text-color-dark) !important;
-fx-stroke: linear-gradient(to bottom, -bs-text-color-transparent, -bs-text-color-dropshadow) !important;
-fx-fill: -bs-background-color !important;
}

View file

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

View file

@ -70,7 +70,7 @@
-bs-rd-font-lighter: #a7a7a7;
-bs-rd-font-confirmation-label: #504f52;
-bs-rd-font-balance-label: #bbbbbb;
-bs-text-color-dark: rgba(0, 0, 0, 0.54);
-bs-text-color-dropshadow: rgba(0, 0, 0, 0.54);
-bs-text-color-dropshadow-light-mode: rgba(0, 0, 0, 0.54);
-bs-text-color-transparent: rgba(0, 0, 0, 0.2);
-bs-color-gray-line: #979797;