mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-16 08:15:55 +10:00
15 lines
300 B
CSS
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%;
|
|
}
|