web: Improve form input validation and visibility. (#12812)
This commit is contained in:
@ -120,6 +120,14 @@ html > form > input {
|
||||
color: var(--pf-global--danger-color--100);
|
||||
}
|
||||
|
||||
/* #region Fonts */
|
||||
|
||||
.pf-m-monospace {
|
||||
font-family: var(--pf-global--FontFamily--monospace);
|
||||
}
|
||||
|
||||
/* #endregion */
|
||||
|
||||
.pf-c-description-list__description .pf-c-button {
|
||||
margin-right: 6px;
|
||||
margin-bottom: 6px;
|
||||
|
||||
Reference in New Issue
Block a user