You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
670 B
25 lines
670 B
3 years ago
|
/*
|
||
|
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
|
||
|
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||
|
*/
|
||
|
|
||
|
/*
|
||
|
dialog_ie8.css
|
||
|
===============
|
||
|
|
||
|
This file contains styles to used by Internet Explorer 8 only.
|
||
|
*/
|
||
|
|
||
|
/* Base it on dialog_ie.css, overriding it with styles defined in this file. */
|
||
|
@import "../../dialog/dialog";
|
||
|
|
||
|
/* Without the following, IE8 cannot compensate footer button thick borders
|
||
|
on :focus/:active. */
|
||
|
a.cke_dialog_ui_button_ok:focus span,
|
||
|
a.cke_dialog_ui_button_ok:active span,
|
||
|
a.cke_dialog_ui_button_cancel:focus span,
|
||
|
a.cke_dialog_ui_button_cancel:active span
|
||
|
{
|
||
|
display: block;
|
||
|
}
|