Files

15 lines
300 B
CSS

/* Style when highlighting a search. */
.ui-select-highlight {
font-weight: bold;
}
/* Fix input width for Selectize theme */
.selectize-control > .selectize-input > input {
width: 100%;
}
/* Fix dropdown width for Selectize theme */
.selectize-control > .selectize-dropdown {
width: 100%;
}