Project

General

Profile

1
/*
2
Copyright (c) 2003-2015, 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
}
(6-6/23)