Differences From Artifact [032925962a]:
- File gc_lang/fr/webext/content_scripts/panel_gc.css — part of check-in [b6c94cd7cb] at 2017-10-26 07:52:13 on branch trunk — [fx] CSS: min-height for tooltip suggestions (prevent flat line if there is only spaces) (user: olr, size: 8258) [annotate] [blame] [check-ins using]
To Artifact [aca2f41758]:
- File gc_lang/fr/webext/content_scripts/panel_gc.css — part of check-in [76ed45b2f4] at 2017-11-01 20:07:39 on branch trunk — [fx] WebExt: CSS protection > text-align: left; (user: olr, size: 8280) [annotate] [blame] [check-ins using]
| ︙ | |||
84 85 86 87 88 89 90 91 92 93 94 95 96 97 | 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 | + |
font-size: 12px;
line-height: 18px;
cursor: default;
text-decoration: none;
border: 3px solid hsl(210, 50%, 30%);
color: hsl(210, 10%, 20%);
z-index: 1000;
text-align: left;
}
#grammalecte_tooltip_message_block {
margin: 0;
padding: 5px 10px 10px 10px;
background-color: hsl(210, 50%, 30%);
color: hsl(210, 50%, 96%);
|
| ︙ |