aboutsummaryrefslogtreecommitdiff
path: root/sources/skins/moonocolor/dialog_ie8.css
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2017-01-26 15:34:32 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2017-01-26 15:34:32 +0100
commit7183f6a6a21ad9124e70c997e0168459f377a9f2 (patch)
treef3355f3e28d35d9f431ff71045e1b46c82ac4826 /sources/skins/moonocolor/dialog_ie8.css
parentd1844275460a3e3a32e199326f6b36938a329091 (diff)
downloadludivine-ckeditor-component-4.6.2.5.tar.gz
ludivine-ckeditor-component-4.6.2.5.tar.zst
ludivine-ckeditor-component-4.6.2.5.zip
Change skin and add video button4.6.2.5
Diffstat (limited to 'sources/skins/moonocolor/dialog_ie8.css')
-rw-r--r--sources/skins/moonocolor/dialog_ie8.css24
1 files changed, 24 insertions, 0 deletions
diff --git a/sources/skins/moonocolor/dialog_ie8.css b/sources/skins/moonocolor/dialog_ie8.css
new file mode 100644
index 0000000..1a7a36c
--- /dev/null
+++ b/sources/skins/moonocolor/dialog_ie8.css
@@ -0,0 +1,24 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5
6/*
7dialog_ie8.css
8===============
9
10This 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. */
18a.cke_dialog_ui_button_ok:focus span,
19a.cke_dialog_ui_button_ok:active span,
20a.cke_dialog_ui_button_cancel:focus span,
21a.cke_dialog_ui_button_cancel:active span
22{
23 display: block;
24}