🐛 Fixed opaque select element, curved modals, better disabled color scheme

This commit is contained in:
Liyas Thomas
2019-12-09 09:40:47 +05:30
parent 979909ad57
commit 60ba539104
4 changed files with 10 additions and 14 deletions

View File

@@ -507,7 +507,6 @@ fieldset.yellow legend {
kbd,
select,
input,
option,
textarea,
pre {
margin: 4px;
@@ -548,13 +547,17 @@ code {
border-radius: 8px;
}
select,
option {
select {
height: 37px;
line-height: 37px;
background-color: var(--bg-dark-color);
cursor: pointer;
}
option {
background-color: var(--bg-color);
}
input[type="checkbox"] {
display: none;