Differences From Artifact [06d2a8ca5d]:
- File gc_lang/fr/webext/content_scripts/panel_lxg.css — part of check-in [b08a87e4bf] at 2017-10-30 21:08:09 on branch Lexicographe — [fr] lexicographe: màj du CSS (user: olr, size: 2088) [annotate] [blame] [check-ins using]
To Artifact [3124710f3d]:
- File gc_lang/fr/webext/content_scripts/panel_lxg.css — part of check-in [ddc5a860da] at 2017-11-03 18:40:58 on branch Lexicographe — [fx] lexicographe: affichage des locutions peu probables (user: olr, size: 2246) [annotate] [blame] [check-ins using]
| ︙ | |||
51 52 53 54 55 56 57 58 59 60 61 62 63 64 | 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 | + + + + + + + |
display: inline-block;
background-color: hsl(150, 0%, 50%);
color: hsl(0, 0%, 96%);
padding: 2px 5px;
border-radius: 2px;
text-decoration: none;
font-weight: bold;
}
.grammalecte_lxg_token_also {
display: inline-block;
margin-left: 5px;
color: hsl(0, 0%, 50%);
padding: 2px 5px;
text-decoration: none;
}
.grammalecte_lxg_token_colon {
display: inline-block;
padding: 2px 5px;
color: hsl(0, 0%, 50%);
}
.grammalecte_lxg_morph_list {
|
| ︙ |