Overview
Comment: | [fx] WebExt: wrapper CSS adjustements |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | fx |
Files: | files | file ages | folders |
SHA3-256: |
f3d67f776ef287a4de21da05cd2b040d |
User & Date: | olr on 2017-09-04 08:36:40 |
Other Links: | manifest | tags |
Context
2017-09-04
| ||
10:05 | [build] compile_rules: separate js conversion from main code check-in: 7595474b17 user: olr tags: trunk, build | |
08:36 | [fx] WebExt: wrapper CSS adjustements check-in: f3d67f776e user: olr tags: trunk, fx | |
08:17 | [fx] WebExt: fix panel closing bug + display all paragraphs even when no errors check-in: 1951743e99 user: olr tags: trunk, fx | |
Changes
Modified gc_lang/fr/webext/content_scripts/panel.css from [20148f5873] to [c99213162b].
︙ | ︙ | |||
12 13 14 15 16 17 18 | border: 2px solid hsl(210, 10%, 50%); border-radius: 10px 10px 10px 10px; 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; | | | 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | border: 2px solid hsl(210, 10%, 50%); border-radius: 10px 10px 10px 10px; 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_bar { position: sticky; width: 100%; background-color: hsl(210, 0%, 90%); |
︙ | ︙ |
Modified gc_lang/fr/webext/content_scripts/wrapper.css from [2d57bc7c73] to [b62a23721a].
︙ | ︙ | |||
8 9 10 11 12 13 14 | margin: 3px; padding: 5px; border-radius: 3px; background-color: hsla(210, 100%, 96%, .2); border: 1px solid hsla(210, 100%, 92%, .2); box-shadow: 0 0 2px hsla(210, 100%, 0%, .2); font-family: "Trebuchet MS", "Liberation Sans", sans-serif; | < > > | 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | margin: 3px; padding: 5px; border-radius: 3px; background-color: hsla(210, 100%, 96%, .2); border: 1px solid hsla(210, 100%, 92%, .2); box-shadow: 0 0 2px hsla(210, 100%, 0%, .2); font-family: "Trebuchet MS", "Liberation Sans", sans-serif; } .grammalecte_wrapper_title { padding: 5px 0; font-size: 12px; font-weight: bold; font-variant: small-caps; color: hsla(210, 100%, 50%, .5); } .grammalecte_wrapper_toolbar { display: flex; justify-content: flex-end; margin-top: 5px; padding: 5px 10px; |
︙ | ︙ |