fix: Background color of table multiselect input

This commit is contained in:
Suraj Shetty 2020-07-21 12:22:48 +05:30
parent 75a7948f35
commit 4ecc9d95fe

View file

@ -82,6 +82,7 @@
border: none;
padding: 0;
font-size: @text-medium;
background-color: var(--control-bg);
}
.table-multiselect .awesomplete {