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 [5eecc73517]:
- File gc_lang/fr/webext/content_scripts/panel.css — part of check-in [76ed45b2f4] at 2017-11-01 20:07:39 on branch trunk — [fx] WebExt: CSS protection > text-align: left; (user: olr, size: 3948) [annotate] [blame] [check-ins using]
| ︙ | |||
14 15 16 17 18 19 20 21 22 23 24 25 26 27 | 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | + |
background-color: hsl(210, 0%, 100%);
color: hsl(0, 0%, 0%);
font-family: "Trebuchet MS", "Fira Sans", "Liberation Sans", sans-serif;
box-shadow: 0 0 2px 1px hsla(210, 50%, 50%, .5);
line-height: normal;
text-shadow: none;
text-decoration: none;
text-align: left;
}
.grammalecte_panel img {
display: inline-block;
margin: 0;
padding: 0;
}
|
| ︙ |