Differences From Artifact [c99213162b]:
- File gc_lang/fr/webext/content_scripts/panel.css — part of check-in [f3d67f776e] at 2017-09-04 08:36:40 on branch trunk — [fx] WebExt: wrapper CSS adjustements (user: olr, size: 2937) [annotate] [blame] [check-ins using]
To Artifact [61d7462458]:
- File gc_lang/fr/webext/content_scripts/panel.css — part of check-in [24c1fb45bc] at 2017-09-06 09:10:42 on branch trunk — [fx] WebExt: run content scripts at document_end (before the page finishes to load all external resources) (user: olr, size: 3022) [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 29 30 31 32 | + + + + + |
background-color: hsl(210, 0%, 100%);
color: hsl(0, 0%, 0%);
font-family: "Trebuchet MS", "Liberation Sans", sans-serif;
box-shadow: 0 0 2px 1px hsla(210, 50%, 50%, .5);
line-height: normal;
text-shadow: none;
text-decoration: none;
}
.grammalecte_panel img {
display: inline-block;
margin: 0;
padding: 0;
}
.grammalecte_panel_bar {
position: sticky;
width: 100%;
background-color: hsl(210, 0%, 90%);
border-radius: 10px 10px 0 0;
|
| ︙ |