diff --git a/desktop/src/main/java/haveno/desktop/haveno.css b/desktop/src/main/java/haveno/desktop/haveno.css index e2aadee1ca..3af7671e16 100644 --- a/desktop/src/main/java/haveno/desktop/haveno.css +++ b/desktop/src/main/java/haveno/desktop/haveno.css @@ -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; }