mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
Updated select style
This commit is contained in:
parent
4f16d2cf16
commit
897acb1909
@ -211,10 +211,12 @@ textarea {
|
|||||||
resize: vertical;
|
resize: vertical;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gh-input[disabled] {
|
.gh-input[disabled],
|
||||||
|
.gh-select select {
|
||||||
background: var(--whitegrey-l2);
|
background: var(--whitegrey-l2);
|
||||||
color: var(--midlightgrey);
|
color: var(--midlightgrey);
|
||||||
border-color: var(--whitegrey);
|
border-color: var(--whitegrey);
|
||||||
|
opacity: 1.0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user