mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Datepicker: Remove styles specifically for IE5.
(cherry picked from commit 90050c7cee
)
This commit is contained in:
parent
7427d39b39
commit
b892b72721
2
themes/base/jquery.ui.datepicker.css
vendored
2
themes/base/jquery.ui.datepicker.css
vendored
@ -56,8 +56,6 @@
|
|||||||
|
|
||||||
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
|
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
|
||||||
.ui-datepicker-cover {
|
.ui-datepicker-cover {
|
||||||
display: none; /*sorry for IE5*/
|
|
||||||
display/**/: block; /*sorry for IE5*/
|
|
||||||
position: absolute; /*must have*/
|
position: absolute; /*must have*/
|
||||||
z-index: -1; /*must have*/
|
z-index: -1; /*must have*/
|
||||||
filter: mask(); /*must have*/
|
filter: mask(); /*must have*/
|
||||||
|
Loading…
Reference in New Issue
Block a user