mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 03:44:29 +03:00
Fixed dark mode form group style
This commit is contained in:
parent
295d0442b1
commit
f60fce91ca
@ -109,6 +109,19 @@ input:focus,
|
||||
border-color: color-mod(var(--lightgrey) l(+10%));
|
||||
}
|
||||
|
||||
.gh-input-append {
|
||||
border-color: color-mod(var(--lightgrey));
|
||||
}
|
||||
|
||||
.gh-input-group .gh-input:focus + .gh-input-append {
|
||||
border-color: color-mod(var(--lightgrey) l(+10%));
|
||||
}
|
||||
|
||||
.gh-input-append,
|
||||
.gh-input-append:before {
|
||||
background: color-mod(var(--lightgrey));
|
||||
}
|
||||
|
||||
.settings-menu-container,
|
||||
.gh-main-white {
|
||||
background: #212A2E;
|
||||
|
@ -508,6 +508,11 @@ textarea {
|
||||
box-shadow: inset 0 0 0 1px var(--blue);
|
||||
}
|
||||
|
||||
.gh-input-group .gh-input:focus + .gh-input-append,
|
||||
.gh-input-group .gh-input:focus + .gh-input-append:before {
|
||||
background: var(--white);
|
||||
}
|
||||
|
||||
.gh-input-append {
|
||||
display: block;
|
||||
position: relative;
|
||||
|
Loading…
Reference in New Issue
Block a user