source: sandbox/2.3-MailArchiver/filemanager/tp/ckeditor/_source/plugins/scayt/dialogs/toolbar.css @ 6779

Revision 6779, 1.3 KB checked in by rafaelraymundo, 12 years ago (diff)

Ticket #2946 - Liberado Expresso(branch 2.3) integrado ao MailArchiver?.

Line 
1a
2{
3        text-decoration:none;
4        padding: 2px 4px 4px 6px;
5        display : block;
6        border-width: 1px;
7        border-style: solid;
8        margin : 0px;
9}
10
11a.cke_scayt_toogle:hover,
12a.cke_scayt_toogle:focus,
13a.cke_scayt_toogle:active
14{
15        border-color: #316ac5;
16        background-color: #dff1ff;
17        color : #000;
18        cursor: pointer;
19        margin : 0px;
20}
21a.cke_scayt_toogle {
22        color : #316ac5;
23        border-color: #fff;
24}
25.scayt_enabled a.cke_scayt_item {
26        color : #316ac5;
27        border-color: #fff;
28        margin : 0px;
29}
30.scayt_disabled a.cke_scayt_item {
31        color : gray;
32        border-color : #fff;
33}
34.scayt_enabled a.cke_scayt_item:hover,
35.scayt_enabled a.cke_scayt_item:focus,
36.scayt_enabled a.cke_scayt_item:active
37{
38        border-color: #316ac5;
39        background-color: #dff1ff;
40        color : #000;
41        cursor: pointer;
42}
43.scayt_disabled a.cke_scayt_item:hover,
44.scayt_disabled a.cke_scayt_item:focus,
45.scayt_disabled a.cke_scayt_item:active
46{
47        border-color: gray;
48        background-color: #dff1ff;
49        color : gray;
50        cursor: no-drop;
51}
52.cke_scayt_set_on, .cke_scayt_set_off
53{
54        display: none;
55}
56.scayt_enabled .cke_scayt_set_on
57{
58        display: none;
59}
60.scayt_disabled .cke_scayt_set_on
61{
62        display: inline;
63}
64.scayt_disabled .cke_scayt_set_off
65{
66        display: none;
67}
68.scayt_enabled  .cke_scayt_set_off
69{
70        display: inline;
71}
Note: See TracBrowser for help on using the repository browser.