Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit b073175

Browse files
committed
Fix Select2 style for demo.html.
1 parent 9f29742 commit b073175

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/common.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ body > .select2-container.open {
6161
.ui-select-container[theme="select2"].direction-up .ui-select-dropdown .select2-search {
6262
margin-top: 4px; /* FIXME hardcoded value :-/ */
6363
}
64+
.ui-select-container[theme="select2"].direction-up .select2-dropdown-open .ui-select-match {
65+
border-bottom-color: #5897fb;
66+
}
6467

6568
/* Selectize theme */
6669

0 commit comments

Comments
 (0)