aboutsummaryrefslogtreecommitdiff
path: root/sources/skins/moono/dialog_iequirks.css
blob: daa0afa8ea2e0fe2662a6423cc97203afae1534b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*
Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/

/*
dialog_ie7.css
===============

This file contains styles to used by Internet Explorer in
Quirks mode only.
*/

/* Base it on dialog_ie.css, overriding it with styles defined in this file. */
@import url("dialog_ie.css");

/* [IE7-8] Filter on footer causes background artifacts when opening dialog. */
.cke_dialog_footer
{
	filter: "";
}