mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-03 02:56:56 -04:00
add padding on market panel top bar
This commit is contained in:
parent
02344ba46e
commit
7f70be42f4
1 changed files with 1 additions and 1 deletions
|
@ -1318,7 +1318,7 @@ textfield */
|
|||
|
||||
.offer-table-top {
|
||||
-fx-background-color: -bs-color-background-pane;
|
||||
-fx-padding: 15 15 0 15;
|
||||
-fx-padding: 15 15 5 15;
|
||||
-fx-background-radius: 15 15 0 0;
|
||||
-fx-border-radius: 15 15 0 0;
|
||||
-fx-border-width: 0 0 0 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue