0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00

Style inline-error fields and response test

issue #5652
- highlight input border and response text in red
This commit is contained in:
Kevin Ansfield 2015-08-20 17:04:37 +01:00
parent f1a602e3f9
commit 94c3b6d041

View file

@ -37,6 +37,10 @@ input {
user-select: text;
}
.form-group.error .response {
color: var(--red);
}
/* Form Groups
/* ---------------------------------------------------------- */
@ -119,6 +123,7 @@ select {
}
.gh-input.error,
.form-group.error .gh-input,
.gh-select.error,
select.error {
border-color: var(--red);