Overview
| Comment: | [fx] WebExt: CSS protection > text-align: left; |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk | fx |
| Files: | files | file ages | folders |
| SHA3-256: |
76ed45b2f4a2b5fcf2fe390e2e93def8 |
| User & Date: | olr on 2017-11-01 20:07:39 |
| Other Links: | manifest | tags |
Context
|
2017-11-01
| ||
| 20:20 | [fx] WebExt: CSS protection for error marks check-in: bd5c62297d user: olr tags: trunk, fx | |
| 20:07 | [fx] WebExt: CSS protection > text-align: left; check-in: 76ed45b2f4 user: olr tags: trunk, fx | |
|
2017-10-31
| ||
| 13:37 | [fr] pt: det_pl +nom +les plus +adj check-in: d8edaa52a6 user: olr tags: trunk, fr | |
Changes
Modified gc_lang/fr/webext/content_scripts/message_box.css from [5ca0392419] to [3c2820e837].
| ︙ | |||
20 21 22 23 24 25 26 27 28 29 30 31 32 33 | 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | + |
background-color: hsl(210, 50%, 50%);
color: hsl(0, 10%, 92%);
font-family: "Trebuchet MS", "Fira Sans", "Liberation Sans", sans-serif;
box-shadow: 0 0 2px 1px hsla(210, 50%, 50%, .5);
line-height: normal;
text-shadow: none;
text-decoration: none;
text-align: left;
}
.grammalecte_message_box img {
display: inline-block;
margin: 0;
padding: 0;
}
|
| ︙ |
Modified gc_lang/fr/webext/content_scripts/panel.css from [2a886a1bfe] to [5eecc73517].
| ︙ | |||
14 15 16 17 18 19 20 21 22 23 24 25 26 27 | 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | + |
background-color: hsl(210, 0%, 100%);
color: hsl(0, 0%, 0%);
font-family: "Trebuchet MS", "Fira Sans", "Liberation Sans", sans-serif;
box-shadow: 0 0 2px 1px hsla(210, 50%, 50%, .5);
line-height: normal;
text-shadow: none;
text-decoration: none;
text-align: left;
}
.grammalecte_panel img {
display: inline-block;
margin: 0;
padding: 0;
}
|
| ︙ |
Modified gc_lang/fr/webext/content_scripts/panel_gc.css from [032925962a] to [aca2f41758].
| ︙ | |||
84 85 86 87 88 89 90 91 92 93 94 95 96 97 | 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 | + |
font-size: 12px;
line-height: 18px;
cursor: default;
text-decoration: none;
border: 3px solid hsl(210, 50%, 30%);
color: hsl(210, 10%, 20%);
z-index: 1000;
text-align: left;
}
#grammalecte_tooltip_message_block {
margin: 0;
padding: 5px 10px 10px 10px;
background-color: hsl(210, 50%, 30%);
color: hsl(210, 50%, 96%);
|
| ︙ |