diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-10-26 15:59:29 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-10-26 15:59:29 -0400 |
commit | 5bd19650a30cbfc2e7f75135e0ebf1788c4b9767 (patch) | |
tree | 97dde356e23e0739b52bf560d9c4e71bd16a823f /themes | |
parent | d73edfff769603681a0889585b45062cdf98743e (diff) | |
download | jquery-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.css | 11 |
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 |