]> git.immae.eu Git - perso/Immae/Projets/packagist/ludivine-ckeditor-component.git/blame - sources/skins/moono/dialog_ie8.css
Change html5 audio player
[perso/Immae/Projets/packagist/ludivine-ckeditor-component.git] / sources / skins / moono / dialog_ie8.css
CommitLineData
c63493c8
IB
1/*\r
2Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.\r
3For licensing, see LICENSE.md or http://ckeditor.com/license\r
4*/\r
5\r
6/*\r
7dialog_ie8.css\r
8===============\r
9\r
10This file contains styles to used by Internet Explorer 8 only.\r
11*/\r
12\r
13/* Base it on dialog_ie.css, overriding it with styles defined in this file. */\r
14@import url("dialog_ie.css");\r
15\r
16/* Without the following, IE8 cannot compensate footer button thick borders\r
17 on :focus/:active. */\r
18a.cke_dialog_ui_button_ok:focus span,\r
19a.cke_dialog_ui_button_ok:active span,\r
20a.cke_dialog_ui_button_cancel:focus span,\r
21a.cke_dialog_ui_button_cancel:active span\r
22{\r
23 display: block;\r
24}\r