Grammalecte  Check-in [2f3395cefd]

Overview
Comment:[fx] CSS: media print: hide grammalecte menu
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk | fx
Files: files | file ages | folders
SHA3-256: 2f3395cefdd7d6efa925ece710bd1472784ac1c16622d47d117f8b487eea9555
User & Date: olr on 2018-03-02 18:51:31
Other Links: manifest | tags
Context
2018-03-02
23:23
[fx] main panel: label to menu items check-in: b6be32c3ca user: olr tags: trunk, fx
18:51
[fx] CSS: media print: hide grammalecte menu check-in: 2f3395cefd user: olr tags: trunk, fx
18:48
[lo] formateur de texte : ajustement de la barre de progression check-in: 26e2ffe074 user: olr tags: trunk, lo
Changes

Modified gc_lang/fr/webext/content_scripts/menu.css from [aa3491b2f6] to [204af6f2e6].

64
65
66
67
68
69
70




71
72
73
74
75
76
77
    border: 3px solid hsl(210, 50%, 30%);
    box-shadow: 0px 0px 2px hsla(210, 10%, 10%, .5);
    background-color: hsl(210, 50%, 30%);
    font-family: "Trebuchet MS", "Fira Sans", "Liberation Sans", sans-serif;
    z-index: 2147483640; /* maximum is 2147483647: https://stackoverflow.com/questions/491052/minimum-and-maximum-value-of-z-index */
    text-align: left;
}





.grammalecte_menu > div {
    line-height: 21px;
}
.grammalecte_menu > div.grammalecte_menu_close_button {
    line-height: 18px;
}







>
>
>
>







64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
    border: 3px solid hsl(210, 50%, 30%);
    box-shadow: 0px 0px 2px hsla(210, 10%, 10%, .5);
    background-color: hsl(210, 50%, 30%);
    font-family: "Trebuchet MS", "Fira Sans", "Liberation Sans", sans-serif;
    z-index: 2147483640; /* maximum is 2147483647: https://stackoverflow.com/questions/491052/minimum-and-maximum-value-of-z-index */
    text-align: left;
}

@media print {
    .grammalecte_menu { display: none; }
}

.grammalecte_menu > div {
    line-height: 21px;
}
.grammalecte_menu > div.grammalecte_menu_close_button {
    line-height: 18px;
}