Overview
Comment: | [fx] gc panel: modify message appearence |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | fx |
Files: | files | file ages | folders |
SHA3-256: |
5295bfdd73c029ab297b6d468fe5405d |
User & Date: | olr on 2020-04-16 14:26:40 |
Other Links: | manifest | tags |
Context
2020-04-17
| ||
17:43 | merge trunk (from previous checkin: [fx] gc panel: modify message appearence) check-in: f0c88ae2c6 user: olr tags: gcerw | |
2020-04-16
| ||
15:05 | [fr] ajustements check-in: 87b8fdbc81 user: olr tags: trunk, fr | |
14:26 | [fx] gc panel: modify message appearence check-in: 5295bfdd73 user: olr tags: trunk, fx | |
12:16 | [fr] ajustements check-in: 972ebfe74a user: olr tags: trunk, fr | |
Changes
Modified gc_lang/fr/webext/content_scripts/panel.css from [27a355fd67] to [a49b50b4b7].
︙ | |||
186 187 188 189 190 191 192 | 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 | - - - - - - + - - - + + - + | border-radius: 5px; background-color: hsl(30, 100%, 50%); color: hsl(30, 60%, 95%); font-size: 14px; font-weight: bold; cursor: pointer; } |
︙ |