mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-24 14:50:28 -04:00
fix padding of filter window
This commit is contained in:
parent
bc649b1d4d
commit
fe0a538696
1 changed files with 1 additions and 2 deletions
|
@ -2235,10 +2235,9 @@ textfield */
|
||||||
.popup-bg {
|
.popup-bg {
|
||||||
-fx-font-size: 1.077em;
|
-fx-font-size: 1.077em;
|
||||||
-fx-background-color: -bs-color-background-popup-overlay;
|
-fx-background-color: -bs-color-background-popup-overlay;
|
||||||
-fx-background-insets: 10;
|
-fx-background-insets: 44;
|
||||||
-fx-background-radius: 15;
|
-fx-background-radius: 15;
|
||||||
-fx-border-radius: 15;
|
-fx-border-radius: 15;
|
||||||
-fx-padding: 35, 40, 30, 40;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.notification-popup-bg, .peer-info-popup-bg {
|
.notification-popup-bg, .peer-info-popup-bg {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue