Grammalecte  Check-in [c83027f7a4]

Overview
Comment:[fx][bug] CSS protection for the gc panel: div > img
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk | fx
Files: files | file ages | folders
SHA3-256: c83027f7a4339b96920af13e365e2c18f018f12333167b6dda27fbb0f5b5c4d1
User & Date: olr on 2018-03-26 21:11:51
Other Links: manifest | tags
Context
2018-03-26
21:26
[fx][bug] fix display of grammar suggestions check-in: 3f2d8766bf user: olr tags: trunk, fx
21:11
[fx][bug] CSS protection for the gc panel: div > img check-in: c83027f7a4 user: olr tags: trunk, fx
21:07
[fx] CSS protection for the gc panel. Specify on which selector type rules are applied check-in: cd266327a5 user: olr tags: trunk, fx
Changes

Modified gc_lang/fr/webext/content_scripts/panel_gc.css from [e62513022d] to [c92c5bbf32].

66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
    color: hsl(0, 0%, 100%);
}


/* 
    TOOLTIP
*/
div#grammalecte_tooltip_arrow {
    position: absolute;
    display: none;
}

div#grammalecte_tooltip {
    position: absolute;
    margin: 0;







|







66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
    color: hsl(0, 0%, 100%);
}


/* 
    TOOLTIP
*/
img#grammalecte_tooltip_arrow {
    position: absolute;
    display: none;
}

div#grammalecte_tooltip {
    position: absolute;
    margin: 0;