Skip to content

Commit

Permalink
Fix for issue #627
Browse files Browse the repository at this point in the history
Added media print selector to prevent IE and potentially other browsers
from printing all the select options.
  • Loading branch information
mlh758 committed Mar 14, 2016
1 parent 04485a3 commit 5bbfe5a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions jquery.multiselect.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,10 @@

/* remove label borders in IE6 because IE6 does not support transparency */
* html .ui-multiselect-checkboxes label { border:none }


@media print{
.ui-multiselect-menu {display: none;}

}

0 comments on commit 5bbfe5a

Please sign in to comment.