Overview
| Comment: | [fx] WebExt: menu button visibility improved, size reduced |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk | fx |
| Files: | files | file ages | folders |
| SHA3-256: |
25c11096c363601e5f3eed1e8ea9dba3 |
| User & Date: | olr on 2017-09-16 12:50:59 |
| Other Links: | manifest | tags |
Context
|
2017-09-18
| ||
| 07:47 | [fr] faux positif: sont-ce, étaient-ce… check-in: cc6dc45dc7 user: olr tags: trunk, fr | |
|
2017-09-16
| ||
| 12:50 | [fx] WebExt: menu button visibility improved, size reduced check-in: 25c11096c3 user: olr tags: trunk, fx | |
| 11:18 | [fx] WebExt: CSS: line-height in suggestion block check-in: 63577f44c9 user: olr tags: trunk, fx | |
Changes
Modified gc_lang/fr/webext/content_scripts/menu.css from [d0d5a23134] to [1ab8e5ddf4].
1 2 |
/*
CSS
| | > > > | | | > | < | | | | > | > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 |
/*
CSS
Button and menu for Grammalecte
*/
/*
Button
*/
.grammalecte_menu_main_button {
position: absolute;
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);
border-bottom: 4px solid hsla(210, 100%, 40%, .7);
border-radius: 50%;
text-align: center;
cursor: pointer;
box-shadow: 0 0 0 0 hsla(210, 50%, 50%, .5);
z-index: 2147483640; /* maximum is 2147483647: https://stackoverflow.com/questions/491052/minimum-and-maximum-value-of-z-index */
animation: grammalecte-spin 2s ease infinite;
}
.grammalecte_menu_main_button:hover {
border: 4px solid hsla(210, 80%, 35%, .5);
background-color: hsla(210, 80%, 55%, .5);
animation: grammalecte-spin .5s linear infinite;
}
@keyframes grammalecte-spin {
0% {
transform: rotate(0deg) scale(1);
border-top: 4px solid hsla(210, 100%, 40%, .7);
border-bottom: 4px solid hsla(210, 100%, 40%, .7);
}
70% {
transform: rotate(180deg) scale(.8);
border-top: 4px solid hsla(0, 100%, 40%, .7);
border-bottom: 4px solid hsla(0, 100%, 40%, .7);
box-shadow: 0 0 0 20px hsla(210, 50%, 50%, 0);
}
100% {
transform: rotate(360deg) scale(1);
border-top: 4px solid hsla(210, 100%, 40%, .7);
border-bottom: 4px solid hsla(210, 100%, 40%, .7);
box-shadow: 0 0 0 0 hsla(210, 50%, 50%, 0);
}
}
/*
Menu
*/
.grammalecte_menu {
display: none;
position: absolute;
margin-left: -10px;
border-radius: 5px;
border: 3px solid hsl(210, 50%, 30%);
box-shadow: 0px 0px 2px hsla(210, 10%, 10%, .5);
|
| ︙ | ︙ |
Modified gc_lang/fr/webext/img/menu_button1.png from [226d976a40] to [0ec3a67eb8].
cannot compute difference between binary files
Modified gc_lang/fr/webext/img/menu_button2.png from [6ae5543ec4] to [01edfbeef0].
cannot compute difference between binary files