resize offer table buy/sell buttons

This commit is contained in:
woodser 2025-05-14 07:26:09 -04:00
parent 2605cb11c4
commit 3c7008ee2b
No known key found for this signature in database
GPG key ID: 55A10DD48ADEE5EF

View file

@ -1326,11 +1326,22 @@ textfield */
.offer-table-top {
-fx-background-color: -bs-color-background-pane;
-fx-padding: 25 20 25 20;
-fx-padding: 25 15 25 15;
-fx-background-radius: 15 15 0 0;
-fx-border-radius: 15 15 0 0;
-fx-border-width: 0 0 1 0;
-fx-border-color: -bs-color-border-form-field;
-fx-border-width: 0 0 0 0;
}
.offer-table-top .label {
-fx-text-fill: -bs-text-color;
-fx-font-size: 1.1em;
-fx-font-weight: bold;
}
.offer-table-top .jfx-button {
-fx-pref-width: 350px;
-fx-min-height: 35px;
-fx-padding: 5 25 5 25;
}
/*******************************************************************************