Skip to content

Commit 299b8ce

Browse files
SteveTheTechieHarris
authored andcommitted
Filter text should not be so tiny.
1 parent b8d0a58 commit 299b8ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css/jquery.multiselect.filter.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
.ui-multiselect-hasfilter ul { position:relative; top:2px }
2-
.ui-multiselect-filter { float:left; margin-right:10px; font-size:11px; width:100%; }
3-
.ui-multiselect-filter input { width:100px; font-size:10px; margin-left:5px; height:15px; padding:2px; border:1px solid #292929; -webkit-appearance:textfield; -webkit-box-sizing:content-box; }
2+
.ui-multiselect-filter { float:left; margin-right:10px; font-size:.9em; width:100%; }
3+
.ui-multiselect-filter input { width:100px; font-size:.9em; margin-left:5px; height:15px; padding:2px; border:1px solid #292929; -webkit-appearance:textfield; -webkit-box-sizing:content-box; }
44
.ui-multiselect-excluded {display: none}

0 commit comments

Comments
 (0)