Overview
Comment: | [fx] WebExt: CSS: set panel properties to avoid overriding from the page |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | fx |
Files: | files | file ages | folders |
SHA3-256: |
7674a70414f4946f7bee2701a8f1593d |
User & Date: | olr on 2017-09-02 11:58:28 |
Other Links: | manifest | tags |
Context
2017-09-02
| ||
18:09 | [fx] WebExt: try to protect elements from CSS inheritance (text formatter) check-in: 28cb4e344d user: olr tags: trunk, fx | |
11:58 | [fx] WebExt: CSS: set panel properties to avoid overriding from the page check-in: 7674a70414 user: olr tags: trunk, fx | |
07:54 | [fx] WebExt: main panel adjustments check-in: e0de1b3c40 user: olr tags: trunk, fx | |
Changes
Modified gc_lang/fr/webext/content_scripts/panel.css from [7d8792ca04] to [bfeefb8950].
1 2 3 4 5 6 7 8 9 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | + - + + | /* CSS Content panels for Grammalecte */ .grammalecte_panel { padding: 0; margin: 0; position: fixed; box-sizing: content-box; |
︙ |