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:
parent
f1a602e3f9
commit
94c3b6d041
1 changed files with 5 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue