ENH: Introduce css classes for required form fields
Loading
In the course of https://gitlab.indiscale.com/caosdb/customers/geomar/management/-/issues/42, it was necessary to introduce additional css classes that can be styled individually.
Introduced new classes in form_elements.js
and their default styling in webcaosdb.css
.
Test with any instance that uses web forms (e.g., the demo profile) and verify that the old styling is still present with the new classes. You may use, e.g., Firefox's development tools to verify that the classes indeed can be styled.
Please, prepare your MR for a review. Be sure to write a summary and a focus and create gitlab comments for the reviewer. They should guide the reviewer through the changes, explain your changes and also point out open questions. For further good practices have a look at our review guidelines
For further good practices have a look at our review guidelines.