Differences From Artifact [d8c0673a48]:
- File gc_lang/fr/xpi/data/gc_panel.css — part of check-in [cdf07eecd4] at 2017-07-15 08:51:06 on branch kill_innerHTML — [fx] gc_panel: CSS update (user: olr, size: 9329) [annotate] [blame] [check-ins using]
To Artifact [c54a2e432d]:
- File gc_lang/fr/xpi/data/gc_panel.css — part of check-in [018b49d9ba] at 2017-07-18 09:31:22 on branch kill_innerHTML — [fx] arrow for tooltips (user: olr, size: 9413) [annotate] [blame] [check-ins using]
| ︙ | |||
155 156 157 158 159 160 161 162 163 164 165 166 167 168 | 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 | + + + + |
#gc_tooltip {
border: 3px solid hsl(210, 50%, 30%);
color: hsla(210, 10%, 20%, 1);
}
#sc_tooltip {
border: 3px solid hsl(0, 50%, 30%);
color: hsla(0, 10%, 20%, 1);
}
#gc_tooltip_arrow, #sc_tooltip_arrow {
position: absolute;
display: none;
}
#gc_tooltip #gc_rule_id {
display: none;
background-color: hsla(0, 5%, 35%, 1);
padding: 2px 5px;
margin-left: 5px;
border-radius: 2px;
|
| ︙ |