Overview
Comment: | [fx] WebExt: deeper tooltip arrow |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | fx |
Files: | files | file ages | folders |
SHA3-256: |
8215213fd75eb96f2caf0a65cbc7f65d |
User & Date: | olr on 2017-09-02 07:12:02 |
Other Links: | manifest | tags |
Context
2017-09-02
| ||
07:46 | [fx] WebExt: update tf buttons appearance check-in: 4939f5debd user: olr tags: trunk, fx | |
07:12 | [fx] WebExt: deeper tooltip arrow check-in: 8215213fd7 user: olr tags: trunk, fx | |
07:03 | [build] version 0.6.0b check-in: dde486ecce user: olr tags: trunk, build | |
Changes
Modified gc_lang/fr/webext/content_scripts/panel_gc.js from [998383bd94] to [56586fa99f].
︙ | |||
276 277 278 279 280 281 282 | 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 | - + | class GrammalecteTooltip { constructor (xContentNode) { this.xTooltip = createNode("div", {id: "grammalecte_tooltip"}); this.xTooltipArrow = createNode("img", { id: "grammalecte_tooltip_arrow", |
︙ |