dialog_ie8.css 663 B

123456789101112131415161718192021222324
  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_ie8.css
  7. ===============
  8. This file contains styles to used by Internet Explorer 8 only.
  9. */
  10. /* Base it on dialog_ie.css, overriding it with styles defined in this file. */
  11. @import url("dialog_ie.css");
  12. /* Without the following, IE8 cannot compensate footer button thick borders
  13. on :focus/:active. */
  14. a.cke_dialog_ui_button_ok:focus span,
  15. a.cke_dialog_ui_button_ok:active span,
  16. a.cke_dialog_ui_button_cancel:focus span,
  17. a.cke_dialog_ui_button_cancel:active span
  18. {
  19. display: block;
  20. }