mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-06-18 14:50:59 +00:00
first commit
This commit is contained in:
+21
@@ -0,0 +1,21 @@
|
||||
/*
|
||||
Copyright (c) 2003-2013, 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: "";
|
||||
}
|
||||
Reference in New Issue
Block a user