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 | class GrammalecteTooltip { constructor (xContentNode) { this.xTooltip = createNode("div", {id: "grammalecte_tooltip"}); this.xTooltipArrow = createNode("img", { id: "grammalecte_tooltip_arrow", | | | 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", src: " data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwAAADsABataJCQAAABl0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC4xNzNun2MAAAAnSURBVChTY/j//z8cq/kW/wdhZDEMSXRFWCVhGKwAmwQyHngFxf8B5fOGYfeFpYoAAAAASUVORK5CYII=", alt: "^" }); this.xTooltipSuggBlock = createNode("div", {id: "grammalecte_tooltip_sugg_block"}); let xMessageBlock = createNode("div", {id: "grammalecte_tooltip_message_block"}); xMessageBlock.appendChild(createNode("p", {id: "grammalecte_tooltip_rule_id"})); xMessageBlock.appendChild(createNode("p", {id: "grammalecte_tooltip_message", textContent: "Erreur."})); let xActions = xMessageBlock.appendChild(createNode("div", {id: "grammalecte_tooltip_actions"})); |
︙ | ︙ |