Skip to content

Commit 5bbfe5a

Browse files
committed
Fix for issue #627
Added media print selector to prevent IE and potentially other browsers from printing all the select options.
1 parent 04485a3 commit 5bbfe5a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

jquery.multiselect.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,10 @@
2121

2222
/* remove label borders in IE6 because IE6 does not support transparency */
2323
* html .ui-multiselect-checkboxes label { border:none }
24+
25+
26+
@media print{
27+
.ui-multiselect-menu {display: none;}
28+
29+
}
30+

0 commit comments

Comments
 (0)