Overview
| Comment: | [fx] fix vertical positioning of tooltip |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | fx | webext2 |
| Files: | files | file ages | folders |
| SHA3-256: |
d168534411d480f531de85768099af7f |
| User & Date: | olr on 2017-09-02 06:41:15 |
| Other Links: | branch diff | manifest | tags |
Context
|
2017-09-02
| ||
| 06:49 | [fx] CSS: panel content: min-width: 100% Closed-Leaf check-in: 4de74d304d user: olr tags: fx, webext2 | |
| 06:41 | [fx] fix vertical positioning of tooltip check-in: d168534411 user: olr tags: fx, webext2 | |
| 06:22 | [fx] useless command check-in: 6566cf74f2 user: olr tags: fx, webext2 | |
Changes
Modified gc_lang/fr/webext/content_scripts/panel.css from [ad181a0e22] to [cb5973a6dd].
| ︙ | ︙ | |||
74 75 76 77 78 79 80 81 82 83 84 85 86 87 |
cursor: pointer;
}
.grammalecte_close_button:hover {
background-color: hsl(0, 100%, 60%);
}
.grammalecte_panel_content {
height: calc(100% - 55px); /* panel height - title_bar */
overflow: auto;
}
/*
CSS Spinner
| > | 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 |
cursor: pointer;
}
.grammalecte_close_button:hover {
background-color: hsl(0, 100%, 60%);
}
.grammalecte_panel_content {
position: absolute;
height: calc(100% - 55px); /* panel height - title_bar */
overflow: auto;
}
/*
CSS Spinner
|
| ︙ | ︙ |