Ticket #4954: 4954.patch

File 4954.patch, 1.0 KB (added by Garry Yao, 14 years ago)
  • _source/skins/office2003/dialog.css

     
    4242
    4343        /* IE6 does not support full color transparent PNG. */
    4444        _background-image: url(images/sprites_ie6.png);
     45        /* Dialog corner parts require a negative z-index to avoid covering dialog body. (#4954) */
     46        _z-index: -1;
    4547}
    4648
    4749.cke_skin_office2003 .cke_dialog_tl
  • _source/skins/v2/dialog.css

     
    4343
    4444        /* IE6 does not support full color transparent PNG. */
    4545        _background-image: url(images/sprites_ie6.png);
     46        /* Dialog corner parts require a negative z-index to avoid covering dialog body. (#4954) */
     47        _z-index: -1;
    4648}
    4749
    4850.cke_skin_v2 .cke_dialog_tl
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy