]> git.immae.eu Git - perso/Immae/Projets/packagist/ludivine-ckeditor-component.git/blob - sources/skins/moonocolor/editor_ie.css
Change skin and add video button
[perso/Immae/Projets/packagist/ludivine-ckeditor-component.git] / sources / skins / moonocolor / editor_ie.css
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 editor_ie.css
8 ===============
9
10 This file contains styles to used by all versions of Internet Explorer only.
11 */
12
13 /* Base it on editor.css, overriding it with styles defined in this file. */
14 @import url("editor.css");
15
16 a.cke_button_disabled,
17
18 /* Those two are to overwrite the gradient filter since we cannot have both of them. */
19 a.cke_button_disabled:hover,
20 a.cke_button_disabled:focus,
21 a.cke_button_disabled:active
22 {
23 filter: alpha(opacity = 30);
24 }
25
26 /* PNG Alpha Transparency Fix For IE<9 */
27 .cke_button_disabled .cke_button_icon
28 {
29 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff);
30 }
31
32 .cke_button_off:hover,
33 .cke_button_off:focus,
34 .cke_button_off:active
35 {
36 filter: alpha(opacity = 100);
37 }
38
39 .cke_combo_disabled .cke_combo_inlinelabel,
40 .cke_combo_disabled .cke_combo_open
41 {
42 filter: alpha(opacity = 30);
43 }
44
45 .cke_toolbox_collapser
46 {
47 border: 1px solid #a6a6a6;
48 }
49
50 .cke_toolbox_collapser .cke_arrow
51 {
52 margin-top: 1px;
53 }
54
55 /* Gradient filters must be removed for HC mode to reveal the background. */
56 .cke_hc .cke_top,
57 .cke_hc .cke_bottom,
58 .cke_hc .cke_combo_button,
59 .cke_hc a.cke_combo_button:hover,
60 .cke_hc a.cke_combo_button:focus,
61 .cke_hc .cke_toolgroup,
62 .cke_hc .cke_button_on,
63 .cke_hc a.cke_button_off:hover,
64 .cke_hc a.cke_button_off:focus,
65 .cke_hc a.cke_button_off:active,
66 .cke_hc .cke_toolbox_collapser,
67 .cke_hc .cke_toolbox_collapser:hover,
68 .cke_hc .cke_panel_grouptitle
69 {
70 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
71 }