fix account placeholder default position

This commit is contained in:
woodser 2025-05-07 20:44:27 -04:00
parent b115b28569
commit 9ab40cc998
No known key found for this signature in database
GPG key ID: 55A10DD48ADEE5EF

View file

@ -221,11 +221,7 @@
-jfx-focus-color: transparent; -jfx-focus-color: transparent;
-fx-background-color: -bs-background-color; -fx-background-color: -bs-background-color;
-fx-border-color: -bs-background-gray; -fx-border-color: -bs-background-gray;
-fx-padding: 4 14; -fx-padding: 4 14 4 14;
}
.jfx-combo-box .prompt-container {
-fx-padding: 0 0 14 0;
} }
.jfx-text-area { .jfx-text-area {