Overview
| Comment: | [fx] WebExt: CSS: line-height in suggestion block |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk | fx |
| Files: | files | file ages | folders |
| SHA3-256: |
63577f44c99dd9a1e92fc0b50bf47ef4 |
| User & Date: | olr on 2017-09-16 11:18:13 |
| Other Links: | manifest | tags |
Context
|
2017-09-16
| ||
| 12:50 | [fx] WebExt: menu button visibility improved, size reduced check-in: 25c11096c3 user: olr tags: trunk, fx | |
| 11:18 | [fx] WebExt: CSS: line-height in suggestion block check-in: 63577f44c9 user: olr tags: trunk, fx | |
| 10:57 | [fx] WebExt: context menu: rescan page check-in: 3126c1b302 user: olr tags: trunk, fx | |
Changes
Modified gc_lang/fr/webext/content_scripts/panel_gc.css from [9ed7b56be3] to [3db8f723a8].
| ︙ | ︙ | |||
148 149 150 151 152 153 154 |
font-size: 10px;
font-weight: bold;
}
#grammalecte_tooltip_sugg_block {
padding: 10px;
background-color: hsl(210, 10%, 96%);
border-radius: 0 0 2px 2px;
| | > | 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 |
font-size: 10px;
font-weight: bold;
}
#grammalecte_tooltip_sugg_block {
padding: 10px;
background-color: hsl(210, 10%, 96%);
border-radius: 0 0 2px 2px;
line-height: 24px;
}
.grammalecte_tooltip_sugg {
display: inline-block;
padding: 1px 6px;
background-color: hsl(180, 60%, 40%);
color: hsl(180, 0%, 96%);
border-radius: 2px;
cursor: pointer;
font-size: 14px;
line-height: 18px;
text-decoration: none;
}
.grammalecte_tooltip_sugg:hover {
background-color: hsla(180, 70%, 45%, 1);
color: hsla(0, 0%, 100%, 1);
}
|
| ︙ | ︙ |