Grammalecte  Check-in [398c378342]

Overview
Comment:[fx] gc panel: change spelling error color
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk | fx
Files: files | file ages | folders
SHA3-256: 398c37834275e0a3a8d269e58db919cc53b7e6b114f2ed85cb080dbbe7ae6f94
User & Date: olr on 2020-03-28 19:08:47
Other Links: manifest | tags
Context
2020-03-28
19:52
[fr] version 1.8.1 check-in: ef12666bdd user: olr tags: trunk, fr, v1.8.1
19:08
[fx] gc panel: change spelling error color check-in: 398c378342 user: olr tags: trunk, fx
18:52
[fx] observePage: makes Twitter crash when hitting on backspace (Why?) -> disable it for now check-in: 4fad50f750 user: olr tags: trunk, fx
Changes

Modified gc_lang/fr/webext/content_scripts/panel_gc.css from [ae16866faf] to [0ca145bd2d].

229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
mark.grammalecte_error:hover,
mark.grammalecte_spellerror:hover {
    opacity: .9;
    box-shadow: 0px 0px 0px 3px hsla(0, 0%, 50%, 0.25);
}

mark.grammalecte_spellerror {
    background-color: hsl(0, 100%, 88%);
    color: hsl(0, 80%, 30%);
    border-bottom: solid 2px hsl(0, 100%, 50%);
}

mark.grammalecte_error_corrected,
mark.grammalecte_error_ignored {
    margin: 0;
    padding: 0;







|
|







229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
mark.grammalecte_error:hover,
mark.grammalecte_spellerror:hover {
    opacity: .9;
    box-shadow: 0px 0px 0px 3px hsla(0, 0%, 50%, 0.25);
}

mark.grammalecte_spellerror {
    background-color: hsl(0, 100%, 95%);
    color: hsl(0, 80%, 20%);
    border-bottom: solid 2px hsl(0, 100%, 50%);
}

mark.grammalecte_error_corrected,
mark.grammalecte_error_ignored {
    margin: 0;
    padding: 0;