mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
Fixed disabled input field contrast
This commit is contained in:
parent
7ac85a3c02
commit
cbfe554738
@ -168,11 +168,6 @@
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
|
||||
.gh-offer-url .gh-input {
|
||||
background: color-mod(var(--input-bg-color) l(-1%)) !important;
|
||||
color: var(--midgrey-l2) !important;
|
||||
}
|
||||
|
||||
/* Offers – Portal preview */
|
||||
.gh-offer-portal-preview {
|
||||
display: flex;
|
||||
|
@ -252,8 +252,8 @@ textarea {
|
||||
|
||||
.gh-input[disabled],
|
||||
.gh-select select[disabled] {
|
||||
background: var(--whitegrey-l2);
|
||||
color: var(--midlightgrey);
|
||||
background: color-mod(var(--input-bg-color) l(-1%));
|
||||
color: var(--midlightgrey-d2);
|
||||
border-color: var(--whitegrey);
|
||||
opacity: 1.0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user