aboutsummaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2012-06-27 08:49:27 -0400
committerScott González <scott.gonzalez@gmail.com>2012-06-27 08:49:27 -0400
commit90050c7cee24078c968f98b33d466d864d97722b (patch)
tree20b7bab8840cb1bc0626c3ad94c3d39be8d52c7e /themes
parent722f488e46e7c999467c96ceab9626fa7945bddc (diff)
downloadjquery-ui-90050c7cee24078c968f98b33d466d864d97722b.tar.gz
jquery-ui-90050c7cee24078c968f98b33d466d864d97722b.zip
Datepicker: Remove styles specifically for IE5.
Diffstat (limited to 'themes')
-rw-r--r--themes/base/jquery.ui.datepicker.css2
1 files changed, 0 insertions, 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*/