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

Merge pull request #5700 from kevinansfield/inline-error-styles

Style inline-error fields and response test
This commit is contained in:
John O'Nolan 2015-08-21 16:55:48 +02:00
commit ffdc83fad1

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