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:
commit
ffdc83fad1
1 changed files with 5 additions and 0 deletions
|
@ -37,6 +37,10 @@ input {
|
||||||
user-select: text;
|
user-select: text;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.form-group.error .response {
|
||||||
|
color: var(--red);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Form Groups
|
/* Form Groups
|
||||||
/* ---------------------------------------------------------- */
|
/* ---------------------------------------------------------- */
|
||||||
|
@ -119,6 +123,7 @@ select {
|
||||||
}
|
}
|
||||||
|
|
||||||
.gh-input.error,
|
.gh-input.error,
|
||||||
|
.form-group.error .gh-input,
|
||||||
.gh-select.error,
|
.gh-select.error,
|
||||||
select.error {
|
select.error {
|
||||||
border-color: var(--red);
|
border-color: var(--red);
|
||||||
|
|
Loading…
Add table
Reference in a new issue