Skip to content

Commit 9426e92

Browse files
SteveTheTechieHarris
authored andcommitted
Bump the label up a little bit
Add more specificity to the input rule so it does not get clobbered by the ".ui-widget input" rule.
1 parent 299b8ce commit 9426e92

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:.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; }
2+
.ui-multiselect-filter { float:left; margin-right:10px; font-size:1em; width:100%; }
3+
.ui-multiselect-header .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)