]> git.immae.eu Git - perso/Immae/Projets/packagist/ludivine-ckeditor-component.git/blob - sources/skins/moono/dialog_iequirks.css
Change html5 audio player
[perso/Immae/Projets/packagist/ludivine-ckeditor-component.git] / sources / skins / moono / dialog_iequirks.css
1 /*
2 Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
3 For licensing, see LICENSE.md or http://ckeditor.com/license
4 */
5
6 /*
7 dialog_ie7.css
8 ===============
9
10 This file contains styles to used by Internet Explorer in
11 Quirks mode only.
12 */
13
14 /* Base it on dialog_ie.css, overriding it with styles defined in this file. */
15 @import url("dialog_ie.css");
16
17 /* [IE7-8] Filter on footer causes background artifacts when opening dialog. */
18 .cke_dialog_footer
19 {
20 filter: "";
21 }