Overview
Comment: | [fx] WebExt: CSS protection for lexicographer: font-family |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | fx |
Files: | files | file ages | folders |
SHA3-256: |
db9a4c097a3b2abd5c904eb1163b9400 |
User & Date: | olr on 2017-11-01 21:36:05 |
Other Links: | manifest | tags |
Context
2017-11-01
| ||
22:29 | [fx] WebExt: CSS protection for lexicographer: don’t use text node check-in: 35b485216f user: olr tags: trunk, fx | |
21:36 | [fx] WebExt: CSS protection for lexicographer: font-family check-in: db9a4c097a user: olr tags: trunk, fx | |
21:00 | [fx] WebExt: CSS protection for text formatter: font-family check-in: d9e10e2f4c user: olr tags: trunk, fx | |
Changes
Modified gc_lang/fr/webext/content_scripts/panel_lxg.css from [58f7a11f55] to [a028b6213b].
︙ | ︙ | |||
13 14 15 16 17 18 19 20 21 22 23 24 25 26 | border-radius: 2px; } .grammalecte_lxg_list_num { float: right; margin: -12px 0 5px 10px; padding: 5px 10px; font-weight: bold; border-radius: 0 0 4px 4px; background-color: hsl(0, 50%, 50%); color: hsl(0, 10%, 96%); } .grammalecte_lxg_separator { | > > | 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | border-radius: 2px; } .grammalecte_lxg_list_num { float: right; margin: -12px 0 5px 10px; padding: 5px 10px; font-family: "Trebuchet MS", "Fira Sans", "Liberation Sans", sans-serif; font-size: 14px; font-weight: bold; border-radius: 0 0 4px 4px; background-color: hsl(0, 50%, 50%); color: hsl(0, 10%, 96%); } .grammalecte_lxg_separator { |
︙ | ︙ | |||
38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 | } .grammalecte_lxg_token { display: inline-block; background-color: hsl(150, 0%, 50%); color: hsl(0, 0%, 96%); padding: 2px 5px; border-radius: 2px; text-decoration: none; font-weight: bold; } .grammalecte_lxg_token_colon { display: inline-block; padding: 2px 5px; color: hsl(0, 0%, 50%); } .grammalecte_lxg_morph_list { padding: 2px 0 10px 20px; } .grammalecte_lxg_morph_elem { color: hsl(0, 0%, 0%); } .grammalecte_lxg_token_WORD { background-color: hsla(150, 50%, 50%, 1); } .grammalecte_lxg_token_ELPFX { background-color: hsla(150, 30%, 50%, 1); | > > > | 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 | } .grammalecte_lxg_token { display: inline-block; background-color: hsl(150, 0%, 50%); color: hsl(0, 0%, 96%); padding: 2px 5px; border-radius: 2px; font-family: "Trebuchet MS", "Fira Sans", "Liberation Sans", sans-serif; text-decoration: none; font-weight: bold; } .grammalecte_lxg_token_colon { display: inline-block; padding: 2px 5px; font-family: "Trebuchet MS", "Fira Sans", "Liberation Sans", sans-serif; color: hsl(0, 0%, 50%); } .grammalecte_lxg_morph_list { padding: 2px 0 10px 20px; } .grammalecte_lxg_morph_elem { font-family: "Trebuchet MS", "Fira Sans", "Liberation Sans", sans-serif; color: hsl(0, 0%, 0%); } .grammalecte_lxg_token_WORD { background-color: hsla(150, 50%, 50%, 1); } .grammalecte_lxg_token_ELPFX { background-color: hsla(150, 30%, 50%, 1); |
︙ | ︙ |