Differences From Artifact [14123d8dfd]:
- File gc_lang/fr/webext/content_scripts/panel_gc.css — part of check-in [99794a188b] at 2018-04-14 19:42:20 on branch trunk — [fx] CSS: <mark> protect against font-style modification (user: olr, size: 10108) [annotate] [blame] [check-ins using] [more...]
To Artifact [efb76471a7]:
- File gc_lang/fr/webext/content_scripts/panel_gc.css — part of check-in [af3b66aa85] at 2018-04-17 08:27:16 on branch trunk — [fx] gc panel: better ui for button Reanalyze (fixed width + color change) (user: olr, size: 10125) [annotate] [blame] [check-ins using]
| ︙ | |||
46 47 48 49 50 51 52 53 54 55 56 57 58 59 | 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 | + |
}
div.grammalecte_paragraph_button:hover {
background-color: hsl(0, 0%, 40%);
color: hsl(0, 0%, 100%);
}
div.grammalecte_paragraph_actions .grammalecte_green {
width: 90px;
background-color: hsl(120, 30%, 50%);
color: hsl(0, 0%, 96%);
}
div.grammalecte_paragraph_actions .grammalecte_green:hover {
background-color: hsl(120, 50%, 40%);
color: hsl(0, 0%, 100%);
}
|
| ︙ |