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 | 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;
|
| ︙ |
Modified gc_lang/fr/webext/content_scripts/panel_gc.css from [22cc058f68] to [397d8a48b5].
| ︙ | |||
46 47 48 49 50 51 52 | 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 {
|
| ︙ |