make the text area rounded

This commit is contained in:
woodser 2025-04-30 20:40:36 -04:00
parent cdf82e7ad2
commit 3a7320775b
No known key found for this signature in database
GPG key ID: 55A10DD48ADEE5EF

View file

@ -482,6 +482,8 @@ tree-table-view:focused {
-jfx-unfocus-color: -bs-color-gray-line;
-fx-background-color: -bs-background-color;
-fx-padding: 0.333333em 0.333333em 0.333333em 0.333333em;
-fx-background-radius: 8;
-fx-border-radius: 8;
}
.jfx-text-area:readonly {