Overview
Comment: | [fx] small CSS update |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | fx |
Files: | files | file ages | folders |
SHA3-256: |
246f8e79d6d094312987ff4c4f26feac |
User & Date: | olr on 2018-04-25 19:15:23 |
Other Links: | manifest | tags |
Context
2018-04-26
| ||
20:37 | [fr] faux positif: lequel / laquelle / lesquels / lesquelles +Vconj check-in: c7a7bae0b2 user: olr tags: trunk, fr | |
2018-04-25
| ||
19:15 | [fx] small CSS update check-in: 246f8e79d6 user: olr tags: trunk, fx | |
18:24 | [graphspell] cut function update check-in: c2f9cc4e97 user: olr tags: trunk, graphspell | |
Changes
Modified gc_lang/fr/webext/content_scripts/menu.css from [349cfd675a] to [ccd6be088e].
︙ | ︙ | |||
10 11 12 13 14 15 16 | all: initial; position: absolute; box-sizing: border-box; display: none; margin: -8px 0 0 -8px; width: 16px; height: 16px; | | | 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | all: initial; position: absolute; box-sizing: border-box; display: none; margin: -8px 0 0 -8px; width: 16px; height: 16px; background-color: hsla(210, 80%, 95%, .5); border: 3px solid hsla(210, 80%, 50%, .9); border-top: 3px solid hsla(210, 80%, 90%, .9); border-left: 3px solid hsla(210, 80%, 90%, .9); border-radius: 50%; text-align: center; cursor: pointer; box-shadow: 0 0 0 0 hsla(210, 80%, 50%, .7); |
︙ | ︙ |
Modified gc_lang/fr/webext/content_scripts/panel_gc.css from [22cc058f68] to [397d8a48b5].
︙ | ︙ | |||
46 47 48 49 50 51 52 | } div.grammalecte_paragraph_button:hover { background-color: hsl(0, 0%, 40%); color: hsl(0, 0%, 100%); } div.grammalecte_paragraph_actions .grammalecte_green { | | | 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 | } div.grammalecte_paragraph_button:hover { background-color: hsl(0, 0%, 40%); color: hsl(0, 0%, 100%); } div.grammalecte_paragraph_actions .grammalecte_green { width: 80px; background-color: hsl(120, 30%, 50%); color: hsl(0, 0%, 96%); } div.grammalecte_paragraph_actions .grammalecte_green:hover { background-color: hsl(120, 50%, 40%); color: hsl(0, 0%, 100%); } |
︙ | ︙ |