Datepicker: Remove styles specifically for IE5.

(cherry picked from commit 90050c7cee)
This commit is contained in:
Scott González 2012-06-27 08:49:27 -04:00
parent 7427d39b39
commit b892b72721

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*/