Grammalecte  Check-in [bd5c62297d]

Overview
Comment:[fx] WebExt: CSS protection for error marks
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk | fx
Files: files | file ages | folders
SHA3-256: bd5c62297d73a029826c29d6cad603e3d7c5223f9b3ae94d0f5c3aa07d4b8522
User & Date: olr on 2017-11-01 20:20:36
Other Links: manifest | tags
Context
2017-11-01
20:36
[fx] WebExt: CSS protection for panel: font-family check-in: c0ca5a0d07 user: olr tags: trunk, fx
20:20
[fx] WebExt: CSS protection for error marks check-in: bd5c62297d user: olr tags: trunk, fx
20:07
[fx] WebExt: CSS protection > text-align: left; check-in: 76ed45b2f4 user: olr tags: trunk, fx
Changes

Modified gc_lang/fr/webext/content_scripts/panel_gc.css from [aca2f41758] to [4893ed41ae].

179
180
181
182
183
184
185
186
187
188
189
190






191
192
193
194
195
196
197
    ERRORS
*/
.grammalecte_error {
    margin: 0;
    padding: 0;
    cursor: pointer;
    border-radius: 2px;
    text-decoration: none;
    text-shadow: unset;
    /* default color */
    background-color: hsl(240, 10%, 50%);
    color: hsl(240, 0%, 96%);






}
.grammalecte_error:hover {
    background-color: hsl(240, 10%, 40%);
    color: hsl(240, 0%, 100%);
}

.grammalecte_error_corrected,







<
<



>
>
>
>
>
>







179
180
181
182
183
184
185


186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
    ERRORS
*/
.grammalecte_error {
    margin: 0;
    padding: 0;
    cursor: pointer;
    border-radius: 2px;


    /* default color */
    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,