dialog_iequirks.css 507 B

123456789101112131415161718192021
  1. /*
  2. Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
  3. For licensing, see LICENSE.md or http://ckeditor.com/license
  4. */
  5. /*
  6. dialog_ie7.css
  7. ===============
  8. This file contains styles to used by Internet Explorer in
  9. Quirks mode only.
  10. */
  11. /* Base it on dialog_ie.css, overriding it with styles defined in this file. */
  12. @import url("dialog_ie.css");
  13. /* [IE7-8] Filter on footer causes background artifacts when opening dialog. */
  14. .cke_dialog_footer
  15. {
  16. filter: "";
  17. }