Overview
| Comment: | [fx] fix menu button size |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | fx | FixWebext |
| Files: | files | file ages | folders |
| SHA3-256: |
625b15ea098c7775949a6857cd5157da |
| User & Date: | olr on 2017-10-28 06:57:43 |
| Other Links: | branch diff | manifest | tags |
Context
|
2017-10-28
| ||
| 07:06 | [build][fr] revert string format for Python check-in: 47b9222f8a user: olr tags: fr, build, FixWebext | |
| 06:57 | [fx] fix menu button size check-in: 625b15ea09 user: olr tags: fx, FixWebext | |
| 01:16 | Permet de pouvoir utiliser Grammalecte sur twitter check-in: 686fe8194d user: IllusionPerdu tags: fx, FixWebext | |
Changes
Modified gc_lang/fr/webext/content_scripts/menu.css from [a11d83b688] to [f923dd2e95].
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
/*
CSS
Button and menu for Grammalecte
*/
/*
Button
*/
.grammalecte_menu_main_button {
position: absolute;
display: none;
margin: -8px 0 0 -8px;
width: 8px;
height: 8px;
background-color: hsla(210, 80%, 80%, .5);
border: 4px solid hsla(210, 80%, 60%, .5);
border-top: 4px solid hsla(210, 100%, 40%, .7);
| > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
/*
CSS
Button and menu for Grammalecte
*/
/*
Button
*/
.grammalecte_menu_main_button {
position: absolute;
box-sizing: border-box;
display: none;
margin: -8px 0 0 -8px;
width: 8px;
height: 8px;
background-color: hsla(210, 80%, 80%, .5);
border: 4px solid hsla(210, 80%, 60%, .5);
border-top: 4px solid hsla(210, 100%, 40%, .7);
|
| ︙ | ︙ |