re-add borders to all inputs in light mode

This commit is contained in:
woodser 2025-05-24 08:49:38 -04:00
parent 3ff266eeeb
commit ce78ee0984
No known key found for this signature in database
GPG key ID: 55A10DD48ADEE5EF

View file

@ -158,3 +158,8 @@
rgba(215, 48, 48, 0.0) 100%
);
}
/* All inputs have border in light mode. */
.jfx-combo-box, .jfx-text-field, .jfx-text-area, .jfx-password-field {
-fx-border-color: -bs-color-border-form-field;
}