Differences From Artifact [ccd6be088e]:
- File gc_lang/fr/webext/content_scripts/menu.css — part of check-in [246f8e79d6] at 2018-04-25 19:15:23 on branch trunk — [fx] small CSS update (user: olr, size: 4787) [annotate] [blame] [check-ins using] [more...]
To Artifact [0e552e9d81]:
- File gc_lang/fr/webext/content_scripts/menu.css — part of check-in [b652ab4e9d] at 2018-10-19 23:18:44 on branch shadowdom — [fx] Don't auto load CSS - Ajuste time for autoheigth (user: IllusionPerdu, size: 4805) [annotate] [blame] [check-ins using] [more...]
| ︙ | |||
56 57 58 59 60 61 62 63 64 65 66 67 68 69 | 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 | + |
border-radius: 5px;
border: 3px solid hsl(210, 50%, 30%);
box-shadow: 0px 0px 2px hsla(210, 10%, 10%, .5);
background-color: hsl(210, 50%, 30%);
font-family: "Trebuchet MS", "Fira Sans", "Liberation Sans", sans-serif;
z-index: 2147483640; /* maximum is 2147483647: https://stackoverflow.com/questions/491052/minimum-and-maximum-value-of-z-index */
text-align: left;
width: 220px;
}
@media print {
.grammalecte_menu { display: none; }
}
div.grammalecte_menu > div {
|
| ︙ |