Differences From Artifact [021aa4bf30]:
- File gc_lang/fr/webext/content_scripts/panel.css — part of check-in [8eaecc0c96] at 2017-10-12 11:02:01 on branch webext3 — [fx] WebExt: invisible panel marker must be “visible” to be retrieved by innerText (user: olr, size: 3719) [annotate] [blame] [check-ins using]
To Artifact [d6be17e22c]:
- File gc_lang/fr/webext/content_scripts/panel.css — part of check-in [45958eeafc] at 2017-10-14 10:59:21 on branch webext3 — [fx] WebExt: message if node can’t be found via eventListener of context menu (user: olr, size: 3902) [annotate] [blame] [check-ins using]
| ︙ | |||
95 96 97 98 99 100 101 102 103 104 105 106 107 108 | 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 | + + + + + + + + + |
.grammalecte_panel_content {
position: absolute;
min-width: 100%;
height: calc(100% - 55px); /* panel height - title_bar */
overflow: auto;
}
.grammalecte_panel_message {
margin: 10px;
padding: 10px;
border-radius: 5px;
background-color: hsl(0, 50%, 40%);
color: hsl(0, 50%, 96%);
font-size: 20px;
}
/*
Spinner
*/
.grammalecte_spinner {
visibility: hidden;
|
| ︙ |