corners are rounded in confirm create offer

This commit is contained in:
woodser 2025-05-01 08:38:10 -04:00
parent cbd8b9147c
commit 4a04b7095c
No known key found for this signature in database
GPG key ID: 55A10DD48ADEE5EF

View file

@ -342,9 +342,9 @@ tree-table-view:focused {
.jfx-text-field {
-jfx-focus-color: -bs-color-primary;
-fx-background-color: -bs-background-color;
-fx-padding: 0.333333em 0.333333em 0.333333em 0.333333em;
-fx-background-radius: 999;
-fx-border-radius: 999;
-fx-padding: 0.333333em 0.333333em 0.333333em 0.333333em;
}
.jfx-text-field > .input-line {
@ -455,6 +455,8 @@ tree-table-view:focused {
-fx-background-color: -bs-color-gray-1;
-fx-border-width: 0;
-fx-pref-width: 300;
-fx-background-radius: 999;
-fx-border-radius: 999;
}
.input-with-border-readonly .text-field {