source: sandbox/2.3-MailArchiver/expressoMail1_2/spell_checker/css/spell_checker.css @ 6779

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

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

Line 
1.status {
2        color: #FF0000;
3        padding-left: 150px;
4        white-space: nowrap;
5}
6
7.spell_container {
8
9}
10
11.suggestion_box {
12        background-color: #E8F1FF;
13        border: 1px solid #000000;
14        position: absolute;
15        padding: 2px 2px 2px 2px;
16        text-align: left;
17
18        outline: none; outline-style: none; -moz-outline-style:none; outline-style: 0px;
19        _moz_resizing: false;
20
21        width:100px;
22        height:100px;
23        overflow: auto;
24       
25       
26}
27.suggestion {
28        cursor: pointer;
29        text-decoration: underline;
30        font-family: Verdana, Arial, Helvetica, sans-serif;
31        font-size: 11px;
32        color: #000000;
33        border: 0px;
34       
35}
36
37.corrected_word
38{
39        color: #005500;
40}
41
42
43.ignore {
44        cursor: pointer;
45        text-decoration: underline;
46        font-family: Verdana, Arial, Helvetica, sans-serif;
47        font-size: 11px;
48        color: #005500;
49}
50
51.addtoDictionary {
52        background-color:  #E8F1FF;
53        cursor: pointer;
54        text-decoration: underline;
55        font-family: Verdana, Arial, Helvetica, sans-serif;
56        font-size: 11px;
57        color: #000000;
58}
59
60.edit_box {
61        background-color: #FFFFFF;
62        overflow: auto;
63       
64}
65.edit_box1 {
66        background-color: #FFFFFF;
67        color: #000000;
68        font-family: Verdana, Arial, Helvetica, sans-serif;
69        font-size: 11px;
70        padding-top: 2px;
71        padding-left: 2px;
72        overflow: auto;
73}
74
75.text_box {
76        background-color: #FFFFFF;
77        color: #000000;
78        font-family: Verdana, Arial, Helvetica, sans-serif;
79        font-size: 11px;
80}
81.highlight {
82        color: #FF0000;
83        cursor: pointer;
84        font-family: Verdana, Arial, Helvetica, sans-serif;
85        font-size: 11px;
86        text-decoration: underline;       
87       
88
89}
90.no_misspellings {
91        color: #009933;
92}
93.check_spelling {
94        color: #0066CC;
95        text-decoration: underline;
96        cursor: pointer;
97}
98.resume_editing {
99        color: #009933;
100        text-decoration: underline;
101        cursor: pointer;
102}
Note: See TracBrowser for help on using the repository browser.