Overview
Comment: | [fx] CSS: line-height doesn’t look OK on Firefox |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | fx | FixWebext |
Files: | files | file ages | folders |
SHA3-256: |
e20095be9731edfda80c7ed14fbc00a0 |
User & Date: | olr on 2017-10-28 07:54:27 |
Other Links: | branch diff | manifest | tags |
Context
2017-10-28
| ||
07:56 | [fx] button will disappear only when closing manually the menu check-in: 46027d61ee user: olr tags: fx, FixWebext | |
07:54 | [fx] CSS: line-height doesn’t look OK on Firefox check-in: e20095be97 user: olr tags: fx, FixWebext | |
07:52 | [fx] code cleaning check-in: e605c5e3ec user: olr tags: fx, FixWebext | |
Changes
Modified gc_lang/fr/webext/content_scripts/menu.css from [620e8eb9a6] to [17932b4c0d].
︙ | ︙ | |||
61 62 63 64 65 66 67 | 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; | < | 61 62 63 64 65 66 67 68 69 70 71 72 73 74 | 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; } .grammalecte_menu_close_button { float: right; margin: 2px 2px 0 0; padding: 1px 5px; border-radius: 2px; |
︙ | ︙ |