aboutsummaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2012-10-26 15:59:29 -0400
committerScott González <scott.gonzalez@gmail.com>2012-10-26 15:59:29 -0400
commit5bd19650a30cbfc2e7f75135e0ebf1788c4b9767 (patch)
tree97dde356e23e0739b52bf560d9c4e71bd16a823f /themes
parentd73edfff769603681a0889585b45062cdf98743e (diff)
downloadjquery-ui-5bd19650a30cbfc2e7f75135e0ebf1788c4b9767.tar.gz
jquery-ui-5bd19650a30cbfc2e7f75135e0ebf1788c4b9767.zip
Datepicker: Removed iframe cover for IE6.
Diffstat (limited to 'themes')
-rw-r--r--themes/base/jquery.ui.datepicker.css11
1 files changed, 0 insertions, 11 deletions
diff --git a/themes/base/jquery.ui.datepicker.css b/themes/base/jquery.ui.datepicker.css
index c1f269999..e25d8ea56 100644
--- a/themes/base/jquery.ui.datepicker.css
+++ b/themes/base/jquery.ui.datepicker.css
@@ -54,14 +54,3 @@
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
-
-/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
-.ui-datepicker-cover {
- position: absolute; /*must have*/
- z-index: -1; /*must have*/
- filter: mask(); /*must have*/
- top: -4px; /*must have*/
- left: -4px; /*must have*/
- width: 200px; /*must have*/
- height: 200px; /*must have*/
-} \ No newline at end of file