Overview
| Comment: | [fx] WebExt: try to protect elements from CSS inheritance (lexicographer) |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk | fx |
| Files: | files | file ages | folders |
| SHA3-256: |
ae3c05dd2be2261165fbd4eb75ce43d1 |
| User & Date: | olr on 2017-09-02 18:52:47 |
| Other Links: | manifest | tags |
Context
|
2017-09-02
| ||
| 19:31 | [fx] WebExt: use transparency for the wrapper check-in: 181dd4ee47 user: olr tags: trunk, fx | |
| 18:52 | [fx] WebExt: try to protect elements from CSS inheritance (lexicographer) check-in: ae3c05dd2b user: olr tags: trunk, fx | |
| 18:09 | [fx] WebExt: try to protect elements from CSS inheritance (text formatter) check-in: 28cb4e344d user: olr tags: trunk, fx | |
Changes
Modified gc_lang/fr/webext/content_scripts/panel_lxg.css from [d3cb04a117] to [58f7a11f55].
| ︙ | |||
8 9 10 11 12 13 14 | 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 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 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 | + - + - - - - + + + - - + + - - - + + + + + - + + + + + + + + + + + + - + - + - + - + - + - + - - - - - - - - - - - - - - - - - |
.grammalecte_lxg_list_of_tokens {
margin: 5px 0 10px 0;
padding: 10px;
background-color: hsla(0, 0%, 96%, 1);
border-radius: 2px;
}
|
Modified gc_lang/fr/webext/content_scripts/panel_lxg.js from [cdbdd25ffd] to [dcf9b1545d].
| ︙ | |||
29 30 31 32 33 34 35 | 29 30 31 32 33 34 35 36 37 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 64 | - + - - - + + + - + - + |
}
addListOfTokens (lTokens) {
try {
if (lTokens) {
this._nCount += 1;
let xNodeDiv = createNode("div", {className: "grammalecte_lxg_list_of_tokens"});
|
| ︙ |