Differences From Artifact [379b9f78d7]:
- File gc_lang/fr/webext/content_scripts/panel.css — part of check-in [b03eadae9f] at 2019-05-10 18:56:47 on branch trunk — [fx] code cleaning (user: olr, size: 4743) [annotate] [blame] [check-ins using]
To Artifact [540f8dcfc7]:
- File gc_lang/fr/webext/content_scripts/panel.css — part of check-in [a54db46fa5] at 2019-05-11 07:17:04 on branch trunk — [fx] gc panel: fix CSS nightmare (user: olr, size: 4883) [annotate] [blame] [check-ins using]
| ︙ | |||
113 114 115 116 117 118 119 120 121 122 123 124 125 126 | 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 | + + |
}
div.grammalecte_menu_button:hover {
background-color: hsl(210, 80%, 40%);
}
div.grammalecte_panel_content {
/* https://stackoverflow.com/questions/7676022/html5-flexible-box-model-height-calculation/15388247#15388247 */
position: relative;
flex-grow: 1;
overflow: auto;
}
div#grammalecte_panel_message_block {
display: none;
padding: 10px;
|
| ︙ |