Overview
| Comment: | [fx] new offsets for the panel button | 
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive | 
| Timelines: | family | ancestors | descendants | both | trunk | fx | 
| Files: | files | file ages | folders | 
| SHA3-256: | 1686b0b8a7c597496b32329df03c5d8a | 
| User & Date: | olr on 2020-04-09 11:48:49 | 
| Other Links: | manifest | tags | 
Context
| 2020-04-09 | ||
| 17:14 | [fr] ajustements check-in: 902cc35b2d user: olr tags: trunk, fr | |
| 11:48 | [fx] new offsets for the panel button check-in: 1686b0b8a7 user: olr tags: trunk, fx | |
| 11:12 | [fx] textControl: remove console.log() check-in: 147926bec3 user: olr tags: trunk, fx | |
Changes
Modified gc_lang/fr/webext/content_scripts/menu.css from [caed9e4799] to [1d3547cd1d].
| 1 2 3 4 5 6 7 8 9 10 | 
/*
    CSS
    Button for Grammalecte
*/
div.grammalecte_menu_main_button {
    all: initial;
    position: absolute;
    box-sizing: border-box;
    display: none;
 | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | 
/*
    CSS
    Button for Grammalecte
*/
div.grammalecte_menu_main_button {
    all: initial;
    position: absolute;
    box-sizing: border-box;
    display: none;
    margin: -10px 0 0 -18px;
    width: 16px;
    height: 16px;
    background-color: hsla(210, 80%, 95%, .5);
    border: 3px solid hsla(210, 80%, 50%, .9);
    border-top: 3px solid hsla(210, 80%, 90%, .9);
    border-left: 3px solid hsla(210, 80%, 90%, .9);
    border-radius: 50%;
 | 
| ︙ | ︙ |