fix: Multicheck input background color

This commit is contained in:
Suraj Shetty 2020-08-25 00:06:56 +05:30
parent 8ff88b46e9
commit dff275979c

View file

@ -20,4 +20,8 @@
.table-multiselect .awesomplete {
display: inline;
}
.awesomplete .input-with-feedback {
background-color: var(--control-bg);
}