mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-25 15:20:40 -04:00
more dropshadow for 2nd popup
This commit is contained in:
parent
9da818da8d
commit
c14eb2c872
3 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue