]> git.immae.eu Git - perso/Immae/Projets/packagist/ludivine-ckeditor-component.git/blob - sources/skins/moonocolor/dialog_ie8.css
Change skin and add video button
[perso/Immae/Projets/packagist/ludivine-ckeditor-component.git] / sources / skins / moonocolor / dialog_ie8.css
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 /*
7 dialog_ie8.css
8 ===============
9
10 This file contains styles to used by Internet Explorer 8 only.
11 */
12
13 /* Base it on dialog_ie.css, overriding it with styles defined in this file. */
14 @import url("dialog_ie.css");
15
16 /* Without the following, IE8 cannot compensate footer button thick borders
17 on :focus/:active. */
18 a.cke_dialog_ui_button_ok:focus span,
19 a.cke_dialog_ui_button_ok:active span,
20 a.cke_dialog_ui_button_cancel:focus span,
21 a.cke_dialog_ui_button_cancel:active span
22 {
23 display: block;
24 }