Overview
| Comment: | [fx] CSS protection for gc panel (again) |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk | fx |
| Files: | files | file ages | folders |
| SHA3-256: |
b271e023e6f41980f1067f4602a3f6cf |
| User & Date: | olr on 2017-11-17 22:40:17 |
| Original Comment: | [fx] CSS protection (again) |
| Other Links: | manifest | tags |
Context
|
2017-11-18
| ||
| 07:19 | [fr] phonet_simil: répercussions répercutions check-in: c3fbad8491 user: olr tags: trunk, fr | |
|
2017-11-17
| ||
| 22:40 | [fx] CSS protection for gc panel (again) check-in: b271e023e6 user: olr tags: trunk, fx | |
| 21:51 | [fr] faux positif: malgré +le/la/les check-in: f905ddfa1d user: olr tags: trunk, fr | |
Changes
Modified gc_lang/fr/webext/content_scripts/panel_gc.css from [898f253ce8] to [c9ea205d87].
| ︙ | ︙ | |||
204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 |
.grammalecte_error:hover {
background-color: hsl(240, 10%, 40%);
color: hsl(240, 0%, 100%);
}
.grammalecte_error_corrected,
.grammalecte_error_ignored {
display: inline-block;
border-radius: 2px;
text-decoration: none;
background-color: hsla(120, 50%, 70%, 1);
color: hsla(0, 0%, 4%, 1);
}
.grammalecte_error_ignored {
background-color: hsla(30, 20%, 80%, 1);
}
/* elems */
| > > > > > > > > | 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 |
.grammalecte_error:hover {
background-color: hsl(240, 10%, 40%);
color: hsl(240, 0%, 100%);
}
.grammalecte_error_corrected,
.grammalecte_error_ignored {
margin: 0;
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;
}
.grammalecte_error_ignored {
background-color: hsla(30, 20%, 80%, 1);
}
/* elems */
|
| ︙ | ︙ |