Overview
| Comment: | [fx] menu close button: size doesn’t look good on Firefox |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | fx | FixWebext |
| Files: | files | file ages | folders |
| SHA3-256: |
1617b4806bed974fe25b30d61fc60086 |
| User & Date: | olr on 2017-10-28 07:11:43 |
| Other Links: | branch diff | manifest | tags |
Context
|
2017-10-28
| ||
| 07:28 | [fx] MutationObserver in main object oGrammalecte check-in: e70da9d241 user: olr tags: fx, FixWebext | |
| 07:11 | [fx] menu close button: size doesn’t look good on Firefox check-in: 1617b4806b user: olr tags: fx, FixWebext | |
| 07:06 | [build][fr] revert string format for Python check-in: 47b9222f8a user: olr tags: fr, build, FixWebext | |
Changes
Modified gc_lang/fr/webext/content_scripts/menu.css from [f923dd2e95] to [9071506e12].
| ︙ | ︙ | |||
74 75 76 77 78 79 80 |
padding: 1px 5px;
border-radius: 2px;
background-color: hsl(0, 50%, 50%);
color: hsl(0, 20%, 90%);
font-size: 12px;
font-weight: bold;
cursor: pointer;
| < | 74 75 76 77 78 79 80 81 82 83 84 85 86 87 |
padding: 1px 5px;
border-radius: 2px;
background-color: hsl(0, 50%, 50%);
color: hsl(0, 20%, 90%);
font-size: 12px;
font-weight: bold;
cursor: pointer;
}
.grammalecte_menu_close_button:hover {
background-color: hsl(0, 60%, 50%);
color: hsl(0, 30%, 96%);
}
.grammalecte_menu_item {
|
| ︙ | ︙ |