Differences From Artifact [58f7a11f55]:
- File gc_lang/fr/webext/content_scripts/panel_lxg.css — part of check-in [ae3c05dd2b] at 2017-09-02 18:52:47 on branch trunk — [fx] WebExt: try to protect elements from CSS inheritance (lexicographer) (user: olr, size: 1749) [annotate] [blame] [check-ins using] [more...]
To Artifact [ccbb028287]:
- File gc_lang/fr/webext/content_scripts/panel_lxg.css — part of check-in [a72df99c12] at 2017-10-29 13:14:34 on branch Lexicographe — Gestion du multi drapeau pour chaque locution, et ajout css pour les locutions (user: IllusionPerdu, size: 1826) [annotate] [blame] [check-ins using]
| ︙ | |||
52 53 54 55 56 57 58 59 60 61 62 63 64 65 | 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 | + + + |
}
.grammalecte_lxg_morph_list {
padding: 2px 0 10px 20px;
}
.grammalecte_lxg_morph_elem {
color: hsl(0, 0%, 0%);
}
.grammalecte_lxg_token_LOC {
background-color: hsla(150, 50%, 30%, 1);
}
.grammalecte_lxg_token_WORD {
background-color: hsla(150, 50%, 50%, 1);
}
.grammalecte_lxg_token_ELPFX {
background-color: hsla(150, 30%, 50%, 1);
}
.grammalecte_lxg_token_UNKNOWN {
|
| ︙ |