Committed changes in required/optional styling at revision 37366.
This summarizes the changes made:
- The background colours of the input fields are no longer styled by the application, leaving them to use the default theme background.
- The border colours are now modified by the application to indicate required, optional, and error statuses.
- Borders were made thicker (2px) to make the colours more noticeable.
- When there's a validation error, the border is made even thicker (3px) and the colour more intense.
- The colour palette was modified as well. Now, we only use "web colours". Required styling colours are more intense than optional styling colours. The default optional colour is no longer yellow, since yellow wasn't very noticeable as a border colour; it was changed to gray to communicate that the field is not particularly important.
These changes play well with all of our pre-packaged Themeroller themes, as well as sam and rime.
The situation described in this JIRA was present in all text input components, not only ace:textEntry and ace:textAreaEntry.
Committed changes in required/optional styling at revision 37366.
This summarizes the changes made:
These changes play well with all of our pre-packaged Themeroller themes, as well as sam and rime.
The situation described in this JIRA was present in all text input components, not only ace:textEntry and ace:textAreaEntry.