Differences From Artifact [2a886a1bfe]:
- File gc_lang/fr/webext/content_scripts/panel.css — part of check-in [5fcea2e5bc] at 2017-10-23 14:05:41 on branch trunk — [fx] CSS: protect spinner from modifications from pages (user: olr, size: 3926) [annotate] [blame] [check-ins using]
To Artifact [a156ff1ddc]:
- File gc_lang/fr/webext/content_scripts/panel.css — part of check-in [cbaf0f2ddf] at 2017-11-07 16:42:48 on branch Lexicographe — Permet d'isoler les sections ajoutées par script. (user: IllusionPerdu, size: 3944) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 11 12 13 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | + | /* CSS Content panels for Grammalecte */ .grammalecte_panel { all: initial; padding: 0; margin: 0; position: fixed; box-sizing: content-box; z-index: 2147483641; /* maximum is 2147483647: https://stackoverflow.com/questions/491052/minimum-and-maximum-value-of-z-index */ border: 2px solid hsl(210, 10%, 50%); border-radius: 10px 10px 10px 10px; |
︙ |