Index: gc_lang/fr/webext/panel/dictionaries.css ================================================================== --- gc_lang/fr/webext/panel/dictionaries.css +++ gc_lang/fr/webext/panel/dictionaries.css @@ -41,28 +41,28 @@ top: 33%; left: calc(50% - 325px); } #message { display: inline-block; - padding: 1px 10px; + padding: 5px 20px; width: 600px; background-color: hsl(0, 50%, 50%); color: hsl(0, 50%, 98%); border-style: solid; - border-width: 2px 0 2px 2px; - border-color: hsl(0, 50%, 40%); - border-radius: 3px 0 0 3px; + border-width: 3px 0 3px 3px; + border-color: hsla(0, 50%, 40%, .5); + border-radius: 5px 0 0 5px; } #message_close_button { display: inline-block; - padding: 1px 5px; + padding: 5px 10px; background-color: hsl(0, 50%, 40%); color: hsl(0, 90%, 90%); border-style: solid; - border-width: 2px 2px 2px 0; - border-color: hsl(0, 50%, 30%); - border-radius: 0 3px 3px 0; + border-width: 3px 3px 3px 0; + border-color: hsla(0, 50%, 30%, .5); + border-radius: 0 5px 5px 0; cursor: pointer; } h1 { Index: gc_lang/fr/webext/panel/dictionaries.html ================================================================== --- gc_lang/fr/webext/panel/dictionaries.html +++ gc_lang/fr/webext/panel/dictionaries.html @@ -17,11 +17,11 @@