web: Improve form input validation and visibility. (#12812)

This commit is contained in:
Teffen Ellis
2025-02-14 02:11:35 +01:00
committed by GitHub
parent 49cc70eb96
commit 46a968d1dd
44 changed files with 268 additions and 79 deletions

View File

@ -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;