Overview
| Comment: | [fx] CSS: prevent some modifications from webpage | 
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive | 
| Timelines: | family | ancestors | descendants | both | trunk | fx | 
| Files: | files | file ages | folders | 
| SHA3-256: | e6928651ef893ce1a097e5876247133b | 
| User & Date: | olr on 2017-10-23 10:37:05 | 
| Other Links: | manifest | tags | 
Context
| 2017-10-23 | ||
| 12:27 | [fx] CSS: prevent some modifications from webpage (use div instead of p) check-in: 18324789ff user: olr tags: trunk, fx | |
| 10:37 | [fx] CSS: prevent some modifications from webpage check-in: e6928651ef user: olr tags: trunk, fx | |
| 10:23 | [fx] fix grammar error check-in: 2176a6a2f9 user: olr tags: trunk, fx | |
Changes
Modified gc_lang/fr/webext/content_scripts/panel_gc.css from [3db8f723a8] to [1adc42b15c].
| ︙ | |||
| 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | + | 
}
.grammalecte_paragraph {
    margin: 0;
    padding: 10px;
    background-color: hsl(0, 0%, 96%);
    border-radius: 2px;
    line-height: normal;
    font-size: 14px;
    font-family : "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
    color: hsl(0, 0%, 0%);
}
/*
 | 
| ︙ | |||
| 171 172 173 174 175 176 177 178 179 180 181 182 183 184 | 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 | + + | 
}
/*
    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%);
 | 
| ︙ |