Differences From Artifact [16626ac74c]:
- File gc_lang/fr/webext/content_scripts/panel.css — part of check-in [5fa26cad0f] at 2017-09-28 10:57:09 on branch trunk — [fx] WebExt: new CSS spinner (user: olr, size: 3534) [annotate] [blame] [check-ins using] [more...]
To Artifact [021aa4bf30]:
- File gc_lang/fr/webext/content_scripts/panel.css — part of check-in [8eaecc0c96] at 2017-10-12 11:02:01 on branch webext3 — [fx] WebExt: invisible panel marker must be “visible” to be retrieved by innerText (user: olr, size: 3719) [annotate] [blame] [check-ins using]
︙ | |||
37 38 39 40 41 42 43 44 45 46 47 48 49 50 | 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 | + + + + + + | .grammalecte_panel_title { padding: 10px 20px; } .grammalecte_panel_label { display: inline-block; padding: 0 10px; } .grammalecte_panel_invisible_marker { position: absolute; /*visibility: hidden;*/ font-size: 6px; color: hsl(210, 0%, 90%); /* same color than panel_bar background */ } .grammalecte_panel_commands { float: right; } .grammalecte_copy_button { display: inline-block; padding: 2px 10px; |
︙ |