remove border within create offer form

This commit is contained in:
woodser 2025-05-06 17:51:10 -04:00
parent 014dced7b1
commit 8bbeaa4e08
No known key found for this signature in database
GPG key ID: 55A10DD48ADEE5EF

View file

@ -455,6 +455,7 @@ tree-table-view:focused {
-fx-background-radius: 999 0 0 999;
-fx-border-radius: 999 0 0 999;
-fx-background-color: -bs-background-color;
-fx-border-color: transparent;
}
.input-with-border > .input-label {