🐛 Fixed opaque select element, curved modals, better disabled color scheme
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user