Index: gc_lang/fr/webext/content_scripts/panel.css ================================================================== --- gc_lang/fr/webext/content_scripts/panel.css +++ gc_lang/fr/webext/content_scripts/panel.css @@ -188,14 +188,10 @@ color: hsl(30, 60%, 95%); font-size: 14px; font-weight: bold; cursor: pointer; } -div#grammalecte_panel_message_close_button:hover { - background-color: hsl(0, 100%, 60%); - color: hsl(0, 50%, 100%); -} div#grammalecte_panel_message_close_button { float: right; margin: 0 0 10px 10px; padding: 2px 5px; border-radius: 5px; @@ -209,17 +205,15 @@ background-color: hsl(0, 100%, 60%); color: hsl(0, 50%, 100%); } div.grammalecte_panel_flow_message { - margin: 10px; - padding: 10px; - border-radius: 5px; - background-color: hsl(300, 20%, 50%); - color: hsl(300, 20%, 96%); + padding: 12px; + background-color: hsl(210, 40%, 82%); + color: hsl(210, 20%, 30%); font-family: "Trebuchet MS", "Fira Sans", "Ubuntu Condensed", "Liberation Sans", sans-serif; - font-size: 16px; + font-size: 14px; }