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