Grammalecte  Diff

Differences From Artifact [1b8ebe2e86]:

To Artifact [d8736acc3d]:


243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267





























268
269
270
271
272
273
274
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}


.option_section {
    padding: 10px;
    margin-top: 10px;
    border-radius: 5px;
    background-color: hsl(210, 20%, 96%);
}
.option_section label {
    font-size: 16px;
    line-height: 20px;
    color: hsl(210, 20%, 50%);
    font-weight: bold;
}
.option_description {
    padding: 0 0 0 20px;
    color: hsl(0, 0%, 0%);
    font-size: 12px;
}































/*
    Spell checking options
*/
#sc_options_page {
    display: none;







<

















>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>







243
244
245
246
247
248
249

250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}


.option_section {
    padding: 10px;
    margin-top: 10px;
    border-radius: 5px;
    background-color: hsl(210, 20%, 96%);
}
.option_section label {
    font-size: 16px;
    line-height: 20px;
    color: hsl(210, 20%, 50%);
    font-weight: bold;
}
.option_description {
    padding: 0 0 0 20px;
    color: hsl(0, 0%, 0%);
    font-size: 12px;
}


#spelling_section {
    padding: 5px 0 0 20px;
}
#spelling_section .subheader {
    font-size: 14px;
    font-weight: bold;
    color: hsl(210, 20%, 50%);
}
#spelling_section .radiolike {
    display: inline-block;
    padding: 3px 5px;
    font-size: 11px;
    color: hsl(210, 10%, 96%);
    background-color: hsl(210, 10%, 80%);
    border-radius: 3px;
    cursor: pointer;
}
#spelling_section .radiolike:hover {
    color: hsl(210, 10%, 100%);
    background-color: hsl(210, 10%, 50%);
    box-shadow: 0 0 3px 3px hsl(210, 30%, 85%);
}
#spelling_section .selected {
    color: hsl(210, 10%, 100%);
    background-color: hsl(210, 50%, 50%);
}



/*
    Spell checking options
*/
#sc_options_page {
    display: none;