fixed some select styling bugs

main
riley 1 year ago
parent cae44120b6
commit 3ce5d928be

@ -347,13 +347,13 @@ label {
width: inherit; width: inherit;
cursor: default; cursor: default;
} }
select:not([multiple="multiple"]):focus, select:not([multiple]):focus,
input:not(.cbi-button):focus, input:not(.cbi-button):focus,
.cbi-dropdown:focus { .cbi-dropdown:focus {
border-color: var(--main-color); border-color: var(--main-color);
} }
.cbi-dropdown, .cbi-dropdown,
select[multiple="multiple"] { select[multiple] {
height: auto; height: auto;
} }
.cbi-value input[type="text"] { .cbi-value input[type="text"] {

Loading…
Cancel
Save