make the text fields rounded

This commit is contained in:
woodser 2025-04-30 23:23:20 -04:00
parent a54877f482
commit 73c1049b97
No known key found for this signature in database
GPG key ID: 55A10DD48ADEE5EF
2 changed files with 2 additions and 13 deletions

View file

@ -316,7 +316,8 @@ tree-table-view:focused {
.jfx-text-field {
-jfx-focus-color: -bs-color-primary;
-fx-background-color: -bs-background-color;
-fx-background-radius: 3 3 0 0;
-fx-background-radius: 999;
-fx-border-radius: 999;
-fx-padding: 0.333333em 0.333333em 0.333333em 0.333333em;
}

View file

@ -384,18 +384,6 @@
-fx-border-width: 0;
}
.jfx-text-field {
-fx-background-radius: 4;
}
.jfx-text-field > .input-line {
-fx-translate-x: 0;
}
.jfx-text-field > .input-focused-line {
-fx-translate-x: 0;
}
.jfx-text-field-top-label {
-fx-text-fill: -bs-color-gray-dim;
}