Updated select style

This commit is contained in:
Peter Zimon 2021-05-06 18:28:23 +02:00
parent 4f16d2cf16
commit 897acb1909

View File

@ -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;
} }