16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
background-color: hsl(0, 0%, 96%);
border-radius: 2px;
line-height: normal;
text-align: left;
font-size: 14px;
font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
color: hsl(0, 0%, 0%);
}
/*
Action buttons
*/
.grammalecte_paragraph_actions {
|
>
|
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
background-color: hsl(0, 0%, 96%);
border-radius: 2px;
line-height: normal;
text-align: left;
font-size: 14px;
font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
color: hsl(0, 0%, 0%);
hyphens: none;
}
/*
Action buttons
*/
.grammalecte_paragraph_actions {
|
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
|
background-color: hsl(240, 10%, 50%);
color: hsl(240, 0%, 96%);
font-size: 14px;
font-family : "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
text-decoration: none;
text-shadow: unset;
text-align: left;
}
.grammalecte_error:hover {
background-color: hsl(240, 10%, 40%);
color: hsl(240, 0%, 100%);
}
.grammalecte_error_corrected,
|
|
|
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
|
background-color: hsl(240, 10%, 50%);
color: hsl(240, 0%, 96%);
font-size: 14px;
font-family : "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
text-decoration: none;
text-shadow: unset;
text-align: left;
hyphens: none;
}
.grammalecte_error:hover {
background-color: hsl(240, 10%, 40%);
color: hsl(240, 0%, 100%);
}
.grammalecte_error_corrected,
|