Overview
| Comment: | [fx] WebExt: add “Fira Sans” as equivalent to “Trebuchet MS” | 
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive | 
| Timelines: | family | ancestors | descendants | both | trunk | fx | 
| Files: | files | file ages | folders | 
| SHA3-256: | 
5bedb9b4013ff455245b464063f9f4b9 | 
| User & Date: | olr on 2017-09-08 13:07:47 | 
| Other Links: | manifest | tags | 
Context
| 
   2017-09-08 
 | ||
| 13:24 | [fx] WebExt: button and menu adjustments check-in: 9575bcb2eb user: olr tags: trunk, fx | |
| 13:07 | [fx] WebExt: add “Fira Sans” as equivalent to “Trebuchet MS” check-in: 5bedb9b401 user: olr tags: trunk, fx | |
| 
   2017-09-07 
 | ||
| 08:36 | [fx] WebExt: update button and menu for textareas check-in: 2cc328babf user: olr tags: trunk, fx | |
Changes
Modified gc_lang/fr/webext/content_scripts/menu.css from [bd88a8dc39] to [8d11aa4ce9].
| ︙ | |||
20 21 22 23 24 25 26  | 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34  | - +  | 
    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);
    background-color: hsl(210, 50%, 30%);
 | 
| ︙ | |||
64 65 66 67 68 69 70  | 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81  | - + - +  | 
}
.grammalecte_menu_header {
    padding: 2px 10px;
    background-color: hsl(210, 50%, 30%);
    background-image:  url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA3XAAAN1wFCKJt4AAAC8UlEQVQ4jX3TbUgTcRwH8P89ddu5u9tt082aZmpFEU4tFz0QGTUwCi0heniR9MSUIKRaD0RvIlKigsooo+iNFa0XJYuwIjEK19OcDtPElsG0ktyp591t7u7+vUh7MPX3+vf5/n8/+P0BmKJIPUUVlh2rdVVeesWlzEybqg+bFOsoylnqPmNavGFfknV2Omu2Lvja3vxAURKJib3opHizu8riLK6gjRyuKgmoSoMRFENRUqfXTzvBGK62LC2uoFkOl4RhjQ8+qWt7dPNE3sbdp+2LXbsGe9qb4rIo/BfwFy6nWQ4ThWGNDzbcfu29dMDh2nHU7CypYNLmzTda0/L5cNuzmDQi/A4Y27k6eQxLI79wS/11D0AAMNvs6XT6ojVJjJEgTbMy2BT77xBMp09KcpaWV1uc41jQoi0NdUHfjeOO9WWn7AVF7s7n986SithPJGeupBh2PCSP/xxqxAp3eq6wuUV7Wc6MSZIEhA8vHjbfOe/OcW3zmAuKy+nUzAyD2bow8ODaEROFq8AyZ5WBYdEZXGqGxZ61HJV+9HYCJRbTNA0QBA40HWunaKN5dKg/DBKxeCIe09Th/m4MJwiMSZmLEzMQAABQRuNqgu8NYX3doTcMpvCkLbtQZ2AJkrPOZG1zlnY13T+Hy9EehY90h57eqcorcZ/lctZuMzAsOjLEqwNv66/6vZcPYRBC+C3cGaBxhSet2av1BpYgTTY7k5y2JPT41slIR6Axv8R9nnOs+4Pf+2r992uOxGVJwgAAAEINfgt3BGgsESWtWas1iGDyl+CT/u7WpvxNFRc4x7qtBoZFhSFejb7z1fq9NYfjsiT+cwcQavBruCOgU4SIGo18amuoq3Js3FNlynVtH385+s53ze+t8cRkURx3yMTTRBAEQVAUXbFlf3XystJKA2NExeFBdWASDAAA+MQACCEEmqbJ0b6PMC7JwhDU8YFHV5u9NZ64LErT/oW/63tPV6uJwmKoOND78u7Fg5NhAAD4CVbzY9cwrWQrAAAAAElFTkSuQmCC');
    background-repeat: no-repeat;
 | 
Modified gc_lang/fr/webext/content_scripts/panel.css from [61d7462458] to [64359a554e].
| ︙ | |||
9 10 11 12 13 14 15  | 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23  | - +  | 
    position: fixed;
    box-sizing: content-box;
    z-index: 2147483640; /* maximum is 2147483647: https://stackoverflow.com/questions/491052/minimum-and-maximum-value-of-z-index */
    border: 2px solid hsl(210, 10%, 50%);
    border-radius: 10px 10px 10px 10px;
    background-color: hsl(210, 0%, 100%);
    color: hsl(0, 0%, 0%);
 | 
| ︙ | 
Modified gc_lang/fr/webext/panel/main.css from [5d2b5548af] to [e691764c17].
| ︙ | |||
66 67 68 69 70 71 72  | 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80  | - +  | 
/* Main classes */
html {
    box-sizing: border-box;
    width: 400px;
    height: 500px;
 | 
| ︙ | |||
185 186 187 188 189 190 191  | 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199  | - +  | 
    background-color: hsl(210, 20%, 95%);
    border-radius: 3px;
}
.opt_subsection h2 {
    color: hsl(210, 30%, 50%);
    margin-bottom: 3px;
    font-size: 16px;
 | 
| ︙ |