mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-09-21 21:44:44 -04:00
add padding to compact buttons
This commit is contained in:
parent
2b1a6484a3
commit
6d84edf577
1 changed files with 2 additions and 2 deletions
|
@ -171,11 +171,11 @@
|
|||
-fx-text-fill: -bs-background-color;
|
||||
}
|
||||
|
||||
.action-button.compact-button {
|
||||
.action-button.compact-button, .compact-button {
|
||||
-fx-padding: 0 15 0 15;
|
||||
}
|
||||
|
||||
.compact-button, .table-cell .jfx-button {
|
||||
.table-cell .jfx-button {
|
||||
-fx-padding: 0 7 0 7;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue