Overview
| Comment: | [fx] CSS: double transparency useless | 
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive | 
| Timelines: | family | ancestors | descendants | both | trunk | fx | 
| Files: | files | file ages | folders | 
| SHA3-256: | 
b4b917bafff43b58db8cd681aa69feee | 
| User & Date: | olr on 2019-05-18 11:01:38 | 
| Other Links: | manifest | tags | 
Context
| 
   2019-05-18 
 | ||
| 11:34 | [fx] use flow message for gc messages, and CSS update check-in: a8ce95d9cc user: olr tags: trunk, fx | |
| 11:01 | [fx] CSS: double transparency useless check-in: b4b917baff user: olr tags: trunk, fx | |
| 10:44 | [fx] change move button font with background images bundled within the CSS code in base64 check-in: 0ca27b93f3 user: olr tags: trunk, fx | |
Changes
Modified gc_lang/fr/webext/content_scripts/panel.css from [c94fc4e622] to [92d8a01600].
| ︙ | ︙ | |||
78 79 80 81 82 83 84  | 
div.grammalecte_copy_button:hover {
    background-color: hsl(210, 90%, 35%, .5);
    color: hsla(210, 0%, 100%, 1);
}
div.grammalecte_move_button {
    padding: 1px 5px;
    border-radius: 16px;
 | |  | 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92  | 
div.grammalecte_copy_button:hover {
    background-color: hsl(210, 90%, 35%, .5);
    color: hsla(210, 0%, 100%, 1);
}
div.grammalecte_move_button {
    padding: 1px 5px;
    border-radius: 16px;
    color: hsl(180, 0%, 100%);
    opacity: .5;
}
div.grammalecte_move_button_up {
    padding: 1px 10px;
    background: center no-repeat url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAYdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjEuNv1OCegAAABcSURBVChTlY67DcAgDEQZhg3oGJMuA9CzoTlbcoQT8zvpFX7cSQQiusKVK1wJCkgfJ/wE4LImA/NuDjCWNWY0lh8wyzvScgW7yIjLTc6zZB7EG/RLx7hyhSvnUOgfudLrksye1QAAAABJRU5ErkJggg==');
}
div.grammalecte_move_button_right {
 | 
| ︙ | ︙ |