Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
/*
2
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
3
For licensing, see LICENSE.md or http://ckeditor.com/license
4
*/
5
 
6
/*
7
dialog_ie8.css
8
===============
9
 
10
This file contains styles to used by Internet Explorer 8 only.
11
*/
12
 
13
/* Base it on dialog_ie.css, overriding it with styles defined in this file. */
14
@import "../../dialog/dialog";
15
 
16
/*  Without the following, IE8 cannot compensate footer button thick borders
17
    on :focus/:active. */
18
a.cke_dialog_ui_button_ok:focus span,
19
a.cke_dialog_ui_button_ok:active span,
20
a.cke_dialog_ui_button_cancel:focus span,
21
a.cke_dialog_ui_button_cancel:active span
22
{
23
    display: block;
24
}