Differences From Artifact [4f1042a727]:
- File gc_lang/fr/webext/content_scripts/panel_tf.css — part of check-in [417b06a92a] at 2018-03-26 20:55:40 on branch trunk — [fx] CSS protection for the text formatter panel. Specify on which selector type rules are applied (user: olr, size: 8726) [annotate] [blame] [check-ins using] [more...]
To Artifact [be63cf139a]:
- File gc_lang/fr/webext/content_scripts/panel_tf.css — part of check-in [b652ab4e9d] at 2018-10-19 23:18:44 on branch shadowdom — [fx] Don't auto load CSS - Ajuste time for autoheigth (user: IllusionPerdu, size: 8744) [annotate] [blame] [check-ins using] [more...]
| ︙ | |||
109 110 111 112 113 114 115 116 117 118 119 120 121 122 | 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 | + |
color: hsl(210, 0%, 100%);
}
div#grammalecte_tf_reset:hover {
background-color: hsl(210, 50%, 40%);
}
progress#grammalecte_tf_progressbar {
width: 360px;
height: 29px;
}
span#grammalecte_tf_time_res {
width: 60px;
padding: 5px 10px;
}
div#grammalecte_tf_apply {
background-color: hsl(120, 50%, 50%);
|
| ︙ |