mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-31 02:39:08 -04:00
add dropshadow to popups
This commit is contained in:
parent
8a8b92a1e8
commit
921d84fd08
2 changed files with 5 additions and 6 deletions
|
@ -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 {
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue