Overview
| Comment: | [fx] CSS protection for the message box. Specify on which selector type rules are applied |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk | fx |
| Files: | files | file ages | folders |
| SHA3-256: |
50786fb3977470785e4030e0b98c28c9 |
| User & Date: | olr on 2018-03-26 20:43:31 |
| Other Links: | manifest | tags |
Context
|
2018-03-26
| ||
| 20:46 | [fx] CSS protection for the panel. Specify on which selector type rules are applied check-in: 310a839d86 user: olr tags: trunk, fx | |
| 20:43 | [fx] CSS protection for the message box. Specify on which selector type rules are applied check-in: 50786fb397 user: olr tags: trunk, fx | |
| 20:40 | [fx] CSS protection for the menu. Specify on which selector type rules are applied check-in: 38923d52c2 user: olr tags: trunk, fx | |
Changes
Modified gc_lang/fr/webext/content_scripts/message_box.css from [ef382191cd] to [e90014c994].
1 2 3 4 5 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | - + |
/*
CSS
Message box for Grammalecte
*/
|
| ︙ | |||
23 24 25 26 27 28 29 | 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 62 63 64 | - + - + - + - + - + - + |
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;
}
|