source: sandbox/expressoMail1_2/corretor_ortografico/spell_checker/css/spell_checker.css @ 2510

Revision 2510, 1.8 KB checked in by nathalie.silva, 14 years ago (diff)

Ticket #891 - alteração pro IE - Nathalie

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       
19       
20}
21.suggestion {
22        cursor: pointer;
23        text-decoration: underline;
24        font-family: Verdana, Arial, Helvetica, sans-serif;
25        font-size: 11px;
26        color: #000000;
27        border: 0px;
28       
29}
30
31.focus{
32  outline: none; border: 0px; outline-style: none; -moz-outline-style:none; outline-style: 0px;
33  _moz_resizing: false;
34
35}
36
37a:active
38{
39outline: none;
40}
41
42a:focus
43{
44-moz-outline-style: none;
45}
46
47
48.corrected_word
49{
50        color: #005500;
51}
52
53
54.ignore {
55        cursor: pointer;
56        text-decoration: underline;
57        font-family: Verdana, Arial, Helvetica, sans-serif;
58        font-size: 11px;
59        color: #005500;
60}
61
62.addtoDictionary {
63        background-color:  #E8F1FF;
64        cursor: pointer;
65        text-decoration: underline;
66        font-family: Verdana, Arial, Helvetica, sans-serif;
67        font-size: 11px;
68        color: #000000;
69}
70
71.edit_box {
72        background-color: #FFFFFF;
73        overflow: auto;
74       
75}
76.edit_box1 {
77        background-color: #FFFFFF;
78        color: #000000;
79        font-family: Verdana, Arial, Helvetica, sans-serif;
80        font-size: 11px;
81        padding-top: 2px;
82        padding-left: 2px;
83        overflow: auto;
84}
85
86.text_box {
87        background-color: #FFFFFF;
88        color: #000000;
89        font-family: Verdana, Arial, Helvetica, sans-serif;
90        font-size: 11px;
91}
92.highlight {
93        color: #FF0000;
94        font-family: Verdana, Arial, Helvetica, sans-serif;
95        font-size: 11px;
96        text-decoration: underline;
97        cursor: pointer;
98}
99.no_misspellings {
100        color: #009933;
101}
102.check_spelling {
103        color: #0066CC;
104        text-decoration: underline;
105        cursor: pointer;
106}
107.resume_editing {
108        color: #009933;
109        text-decoration: underline;
110        cursor: pointer;
111}
Note: See TracBrowser for help on using the repository browser.