make password fields rounded

This commit is contained in:
woodser 2025-05-04 06:29:59 -04:00
parent 118df697b5
commit 4dfe4ebd4d
No known key found for this signature in database
GPG key ID: 55A10DD48ADEE5EF

View file

@ -400,6 +400,8 @@ tree-table-view:focused {
-fx-background-radius: 3 3 0 0;
-jfx-focus-color: -bs-color-primary;
-fx-padding: 0.333333em 0.333333em 0.333333em 0.333333em;
-fx-background-radius: 999;
-fx-border-radius: 999;
}
.jfx-password-field > .input-line {