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

/*
dialog_ie8.css
===============

This file contains styles to used by Internet Explorer 8 only.
*/

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

/* 	Without the following, IE8 cannot compensate footer button thick borders
	on :focus/:active. */
a.cke_dialog_ui_button_ok:focus span,
a.cke_dialog_ui_button_ok:active span,
a.cke_dialog_ui_button_cancel:focus span,
a.cke_dialog_ui_button_cancel:active span
{
	display: block;
}