Overview
| Comment: | [fx] CSS: protect spinner from modifications from pages |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk | fx |
| Files: | files | file ages | folders |
| SHA3-256: |
5fcea2e5bcf7987e563b90de6c8aa729 |
| User & Date: | olr on 2017-10-23 14:05:41 |
| Other Links: | manifest | tags |
Context
|
2017-10-23
| ||
| 15:22 | [fx] version 0.6.0.2: bug fixes for Firefox check-in: a6bce3bf73 user: olr tags: trunk, fx | |
| 14:05 | [fx] CSS: protect spinner from modifications from pages check-in: 5fcea2e5bc user: olr tags: trunk, fx | |
| 12:28 | [fx][bug] hide gc rule id for spelling mistakes check-in: 4e339bc42a user: olr tags: trunk, fx | |
Changes
Modified gc_lang/fr/webext/content_scripts/panel.css from [4ac065c55b] to [2a886a1bfe].
| ︙ | ︙ | |||
111 112 113 114 115 116 117 |
/*
Spinner
*/
.grammalecte_spinner {
visibility: hidden;
| > | | | 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 |
/*
Spinner
*/
.grammalecte_spinner {
visibility: hidden;
box-sizing: border-box;
width: 40px;
height: 40px;
position: absolute;
top: 0px;
right: 200px;
background-color: hsla(210, 80%, 80%, .5);
border: 10px solid hsla(210, 80%, 60%, .5);
border-top: 10px solid hsla(210, 100%, 40%, .7);
border-bottom: 10px solid hsla(210, 100%, 40%, .7);
|
| ︙ | ︙ |