Overview
| Comment: | [tb] explicit color to avoid blank line with dark mode | 
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive | 
| Timelines: | family | ancestors | descendants | both | trunk | tb | 
| Files: | files | file ages | folders | 
| SHA3-256: | 6096a466e1bef29ecb7bc588987ff8f3 | 
| User & Date: | olr on 2020-02-16 11:54:08 | 
| Other Links: | manifest | tags | 
Context
| 2020-02-18 | ||
| 00:21 | [fr] typo nombres romains (annulée), +ajustements check-in: c5e22a2cb4 user: olr tags: trunk, fr | |
| 2020-02-16 | ||
| 11:54 | [tb] explicit color to avoid blank line with dark mode check-in: 6096a466e1 user: olr tags: trunk, tb | |
| 11:53 | [fr] ajustements check-in: 06e1659b38 user: olr tags: trunk, fr | |
Changes
Modified gc_lang/fr/mailext/content/overlay.css from [34648cdf92] to [680f0ace85].
| ︙ | ︙ | |||
| 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | 
    list-style-image: url('chrome://grammarchecker/skin/grammarcheck.png');
}
#textformatter-panel {
    overflow: auto;
    height: 500px;
    max-height: 650px;
}
#textformatter-title {
    margin-top: 10px;
}
#textformatter-commands {
    margin: 10px 0;
}
 | > | 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | 
    list-style-image: url('chrome://grammarchecker/skin/grammarcheck.png');
}
#textformatter-panel {
    overflow: auto;
    height: 500px;
    max-height: 650px;
    color: hsl(0, 0%, 0%);
}
#textformatter-title {
    margin-top: 10px;
}
#textformatter-commands {
    margin: 10px 0;
}
 | 
| ︙ | ︙ | |||
| 82 83 84 85 86 87 88 89 90 91 92 93 94 95 | 
    /*display: list-item;
    list-style-position: inside;*/
    margin-top: 10px;
}
#grammalecte-errors p {
    display: block;
    margin-left: 10px;
}
#grammalecte-errors p.paragraph {
    margin-top: 20px;
    font-size: 16px;
    font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
}
#grammalecte-errors p.message {
 | > | 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 | 
    /*display: list-item;
    list-style-position: inside;*/
    margin-top: 10px;
}
#grammalecte-errors p {
    display: block;
    margin-left: 10px;
    color: hsl(0, 0%, 0%);
}
#grammalecte-errors p.paragraph {
    margin-top: 20px;
    font-size: 16px;
    font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
}
#grammalecte-errors p.message {
 | 
| ︙ | ︙ |