diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-06-27 08:49:27 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-07-11 08:23:02 -0400 |
commit | b892b7272183180ba5cff8e912671a89cc6358a1 (patch) | |
tree | acca960ceb34a62dda7427f1f49532e05cec0b4d | |
parent | 7427d39b39d0e1f07a8dd5a4a9a879db1cd5d46b (diff) | |
download | jquery-ui-b892b7272183180ba5cff8e912671a89cc6358a1.tar.gz jquery-ui-b892b7272183180ba5cff8e912671a89cc6358a1.zip |
Datepicker: Remove styles specifically for IE5.
(cherry picked from commit 90050c7cee24078c968f98b33d466d864d97722b)
-rw-r--r-- | themes/base/jquery.ui.datepicker.css | 2 |
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*/ |