Differences From Artifact [eee69d8f3d]:
- File gc_lang/fr/webext/content_scripts/panel_gc.css — part of check-in [8023fecb85] at 2018-04-23 17:48:35 on branch tbnext — [fx] gc panel: box-shadow on error (user: olr, size: 10626) [annotate] [blame] [check-ins using]
To Artifact [397d8a48b5]:
- File gc_lang/fr/webext/content_scripts/panel_gc.css — part of check-in [246f8e79d6] at 2018-04-25 19:15:23 on branch trunk — [fx] small CSS update (user: olr, size: 10643) [annotate] [blame] [check-ins using] [more...]
| ︙ | |||
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: 80px;
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%);
}
|
| ︙ |