Differences From Artifact [a11d83b688]:
- File gc_lang/fr/webext/content_scripts/menu.css — part of check-in [d5e30a5b87] at 2017-10-28 00:22:35 on branch FixWebext — Revert changement de taille du bouton (est super petit sur certain site) (user: IllusionPerdu, size: 4919) [annotate] [blame] [check-ins using]
To Artifact [f923dd2e95]:
- File gc_lang/fr/webext/content_scripts/menu.css — part of check-in [625b15ea09] at 2017-10-28 06:57:43 on branch FixWebext — [fx] fix menu button size (user: olr, size: 4947) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | + | /* 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: 8px; height: 8px; background-color: hsla(210, 80%, 80%, .5); border: 4px solid hsla(210, 80%, 60%, .5); border-top: 4px solid hsla(210, 100%, 40%, .7); |
︙ |