Differences From Artifact [917ee0defb]:
- File gc_lang/fr/webext/content_scripts/panel.css — part of check-in [c0ca5a0d07] at 2017-11-01 20:36:04 on branch trunk — [fx] WebExt: CSS protection for panel: font-family (user: olr, size: 4256) [annotate] [blame] [check-ins using]
To Artifact [0eb0cf4e6b]:
- File gc_lang/fr/webext/content_scripts/panel.css — part of check-in [ad3ac9f6d5] at 2017-11-01 20:38:22 on branch trunk — [fx] WebExt: CSS protection for panel: font-family (user: olr, size: 4333) [annotate] [blame] [check-ins using]
︙ | |||
107 108 109 110 111 112 113 114 115 116 117 118 119 120 | 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 | + | .grammalecte_panel_message { margin: 10px; padding: 10px; border-radius: 5px; background-color: hsl(0, 50%, 40%); color: hsl(0, 50%, 96%); font-family: "Trebuchet MS", "Fira Sans", "Liberation Sans", sans-serif; font-size: 16px; } /* Spinner */ |
︙ |