Overview
Comment: | [fx] CSS: <mark> protect against font-style modification |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | fx |
Files: | files | file ages | folders |
SHA3-256: |
99794a188b71c10e5b4da4f1d3344dce |
User & Date: | olr on 2018-04-14 19:42:20 |
Other Links: | manifest | tags |
Context
2018-04-15
| ||
18:19 | [fr] màj: virgule avant car/mais/donc check-in: d806a33372 user: olr tags: trunk, fr | |
2018-04-14
| ||
19:42 | [fx] CSS: <mark> protect against font-style modification check-in: 99794a188b user: olr tags: trunk, fx | |
19:38 | [lo] lexicon editor: update + translations check-in: b9c72f6c5f user: olr tags: trunk, lo | |
Changes
Modified gc_lang/fr/webext/content_scripts/panel_gc.css from [c92c5bbf32] to [14123d8dfd].
︙ | ︙ | |||
203 204 205 206 207 208 209 210 211 212 213 214 215 216 | 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; hyphens: none; } mark.grammalecte_error:hover { | > | 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 | padding: 0; cursor: pointer; border-radius: 2px; /* default color */ background-color: hsl(240, 10%, 50%); color: hsl(240, 0%, 96%); font-size: 14px; font-style: normal; font-family : "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace; text-decoration: none; text-shadow: unset; text-align: left; hyphens: none; } mark.grammalecte_error:hover { |
︙ | ︙ | |||
224 225 226 227 228 229 230 231 232 233 234 235 236 237 | padding: 0; display: inline-block; border-radius: 2px; text-decoration: none; background-color: hsla(120, 50%, 70%, 1); color: hsla(0, 0%, 4%, 1); 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; } mark.grammalecte_error_ignored { | > | 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 | padding: 0; display: inline-block; border-radius: 2px; text-decoration: none; background-color: hsla(120, 50%, 70%, 1); color: hsla(0, 0%, 4%, 1); font-size: 14px; font-style: normal; font-family : "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace; text-decoration: none; text-shadow: unset; text-align: left; hyphens: none; } mark.grammalecte_error_ignored { |
︙ | ︙ |