Overview
| Comment: | [fx] ui: enlarge a little the spinning pearl |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk | fx |
| Files: | files | file ages | folders |
| SHA3-256: |
246965c90ec2dc8ae1cbf98075b8a54b |
| User & Date: | olr on 2020-08-17 17:15:45 |
| Other Links: | manifest | tags |
Context
|
2020-08-18
| ||
| 12:14 | [fr] ajustements check-in: 6e60cdd425 user: olr tags: trunk, fr | |
|
2020-08-17
| ||
| 17:15 | [fx] ui: enlarge a little the spinning pearl check-in: 246965c90e user: olr tags: trunk, fx | |
| 17:15 | [fr] ajustements check-in: b9e7b70689 user: olr tags: trunk, fr | |
Changes
Modified gc_lang/fr/webext/content_scripts/menu.css from [1d3547cd1d] to [d2f6fca01e].
1 2 3 4 5 6 7 8 9 10 11 |
/*
CSS
Button for Grammalecte
*/
div.grammalecte_menu_main_button {
all: initial;
position: absolute;
box-sizing: border-box;
display: none;
margin: -10px 0 0 -18px;
| | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
/*
CSS
Button for Grammalecte
*/
div.grammalecte_menu_main_button {
all: initial;
position: absolute;
box-sizing: border-box;
display: none;
margin: -10px 0 0 -18px;
width: 20px;
height: 20px;
background-color: hsla(210, 80%, 95%, .5);
border: 3px solid hsla(210, 80%, 50%, .9);
border-top: 3px solid hsla(210, 80%, 90%, .9);
border-left: 3px solid hsla(210, 80%, 90%, .9);
border-radius: 50%;
font-family: "Trebuchet MS", "Fira Sans", "Ubuntu Condensed", "Liberation Sans", sans-serif;
text-align: center;
|
| ︙ | ︙ |