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 @@ -125,26 +125,26 @@ div#grammalecte_panel_message_block { display: none; padding: 10px; margin-bottom: 3px; - background-color: hsl(0, 50%, 50%); + background-color: hsl(60, 90%, 80%); border-top: 2px solid; border-bottom: 2px solid; - border-color: hsl(0, 50%, 75%); - color: hsl(0, 10%, 96%); + border-color: hsl(60, 90%, 50%); + color: hsl(60, 10%, 40%); font-family: "Trebuchet MS", "Fira Sans", "Ubuntu Condensed", "Liberation Sans", sans-serif; font-size: 14px; hyphens: auto; } div#grammalecte_panel_message_close_button { float: right; margin: 0 0 10px 10px; padding: 2px 5px; border-radius: 5px; - background-color: hsl(0, 50%, 40%); - color: hsl(0, 50%, 80%); + background-color: hsl(60, 90%, 50%); + color: hsl(0, 60%, 80%); font-size: 14px; font-weight: bold; cursor: pointer; } div#grammalecte_panel_message_close_button:hover { Index: gc_lang/fr/webext/content_scripts/panel_gc.js ================================================================== --- gc_lang/fr/webext/content_scripts/panel_gc.js +++ gc_lang/fr/webext/content_scripts/panel_gc.js @@ -878,11 +878,11 @@ this.loadText((this.bTextArea) ? this.xNode.value : this.xNode.innerText); } setText (sText) { this.clear(); - oGrammalecte.oGCPanel.showMessage("Aucun champ textuel défini. Les changements ne seront pas répercutés sur la zone d’où le texte a été extrait."); + oGrammalecte.oGCPanel.showMessage("Lorsqu’aucun champ textuel n’est défini, les changements ne sont pas répercutés sur la zone d’où le texte a été extrait."); this.loadText(sText); } clear () { if (this.xNode !== null) {