Datepicker: Remove styles specifically for IE5.

This commit is contained in:
Scott González 2012-06-27 08:49:27 -04:00
parent 722f488e46
commit 90050c7cee

View File

@ -56,8 +56,6 @@
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
display: none; /*sorry for IE5*/
display/**/: block; /*sorry for IE5*/
position: absolute; /*must have*/
z-index: -1; /*must have*/
filter: mask(); /*must have*/