Differences From Artifact [40e3449d23]:
- File gc_lang/fr/webext/content_scripts/menu.css — part of check-in [4ff89b5e43] at 2017-10-21 11:03:57 on branch trunk — [fx] close button for the menu (user: olr, size: 4837) [annotate] [blame] [check-ins using]
To Artifact [2b784470a7]:
- File gc_lang/fr/webext/content_scripts/menu.css — part of check-in [bd5b026613] at 2017-10-27 05:02:49 on branch trunk — [fx] WebExt: display button and menu only on focus (user: olr, size: 4856) [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; 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); border-bottom: 4px solid hsla(210, 100%, 40%, .7); |
︙ |