Overview
Comment: | [fx] fix menu button size |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | fx | FixWebext |
Files: | files | file ages | folders |
SHA3-256: |
93122299ccf957c764c11076b91e02fb |
User & Date: | olr on 2017-10-28 07:29:28 |
Other Links: | branch diff | manifest | tags |
Context
2017-10-28
| ||
07:52 | [fx] code cleaning check-in: e605c5e3ec user: olr tags: fx, FixWebext | |
07:29 | [fx] fix menu button size check-in: 93122299cc user: olr tags: fx, FixWebext | |
07:28 | [fx] MutationObserver in main object oGrammalecte check-in: e70da9d241 user: olr tags: fx, FixWebext | |
Changes
Modified gc_lang/fr/webext/content_scripts/menu.css from [9071506e12] to [620e8eb9a6].
1 2 3 4 5 6 7 8 9 10 11 12 13 | /* CSS Button and menu for Grammalecte */ /* Button */ .grammalecte_menu_main_button { position: absolute; box-sizing: border-box; display: none; margin: -8px 0 0 -8px; | | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | /* CSS Button and menu for Grammalecte */ /* Button */ .grammalecte_menu_main_button { position: absolute; box-sizing: border-box; display: none; margin: -8px 0 0 -8px; width: 16px; height: 16px; background-color: hsla(210, 80%, 80%, .5); border: 4px solid hsla(210, 80%, 60%, .5); border-top: 4px solid hsla(210, 100%, 40%, .7); border-bottom: 4px solid hsla(210, 100%, 40%, .7); border-radius: 50%; text-align: center; cursor: pointer; |
︙ | ︙ |