Overview
Comment: | [fx] WebExt: CSS protection for panel: font-family |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | fx |
Files: | files | file ages | folders |
SHA3-256: |
ad3ac9f6d552bcc04305b80a96281f1a |
User & Date: | olr on 2017-11-01 20:38:22 |
Other Links: | manifest | tags |
Context
2017-11-01
| ||
20:43 | [fx] WebExt: CSS protection for gc panel: font-family check-in: 312287fb83 user: olr tags: trunk, fx | |
20:38 | [fx] WebExt: CSS protection for panel: font-family check-in: ad3ac9f6d5 user: olr tags: trunk, fx | |
20:36 | [fx] WebExt: CSS protection for panel: font-family check-in: c0ca5a0d07 user: olr tags: trunk, fx | |
Changes
Modified gc_lang/fr/webext/content_scripts/panel.css from [917ee0defb] to [0eb0cf4e6b].
︙ | ︙ | |||
107 108 109 110 111 112 113 114 115 116 117 118 119 120 | .grammalecte_panel_message { margin: 10px; padding: 10px; border-radius: 5px; background-color: hsl(0, 50%, 40%); color: hsl(0, 50%, 96%); font-size: 16px; } /* Spinner */ | > | 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 */ |
︙ | ︙ |