]> git.immae.eu Git - perso/Immae/Projets/packagist/ludivine-ckeditor-component.git/blobdiff - 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
diff --git a/sources/skins/moonocolor/dialog_ie8.css b/sources/skins/moonocolor/dialog_ie8.css
new file mode 100644 (file)
index 0000000..1a7a36c
--- /dev/null
@@ -0,0 +1,24 @@
+/*\r
+Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.\r
+For licensing, see LICENSE.md or http://ckeditor.com/license\r
+*/\r
+\r
+/*\r
+dialog_ie8.css\r
+===============\r
+\r
+This file contains styles to used by Internet Explorer 8 only.\r
+*/\r
+\r
+/* Base it on dialog_ie.css, overriding it with styles defined in this file. */\r
+@import url("dialog_ie.css");\r
+\r
+/*     Without the following, IE8 cannot compensate footer button thick borders\r
+       on :focus/:active. */\r
+a.cke_dialog_ui_button_ok:focus span,\r
+a.cke_dialog_ui_button_ok:active span,\r
+a.cke_dialog_ui_button_cancel:focus span,\r
+a.cke_dialog_ui_button_cancel:active span\r
+{\r
+       display: block;\r
+}\r