From 90050c7cee24078c968f98b33d466d864d97722b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Scott=20Gonz=C3=A1lez?= Date: Wed, 27 Jun 2012 08:49:27 -0400 Subject: [PATCH] Datepicker: Remove styles specifically for IE5. --- themes/base/jquery.ui.datepicker.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/themes/base/jquery.ui.datepicker.css b/themes/base/jquery.ui.datepicker.css index 393d86377..60ed0c82d 100644 --- a/themes/base/jquery.ui.datepicker.css +++ b/themes/base/jquery.ui.datepicker.css @@ -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*/ -- 2.39.5