Grammalecte  Check-in [b614f43878]

Overview
Comment:[fx] WebExt: text formatter progressbar adjustment
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk | fx
Files: files | file ages | folders
SHA3-256: b614f4387896481d2348d7d6e52356a7150b7dd554b3592221b08bbae8c73039
User & Date: olr on 2017-10-20 07:31:06
Other Links: manifest | tags
Context
2017-10-21
10:48
[fx] z-index for menu button check-in: e0176710e6 user: olr tags: trunk, fx
2017-10-20
07:31
[fx] WebExt: text formatter progressbar adjustment check-in: b614f43878 user: olr tags: trunk, fx
07:26
[fx] WebExt: normalization NFC check-in: 99e547221b user: olr tags: trunk, fx
Changes

Modified gc_lang/fr/webext/content_scripts/panel_tf.css from [8d84564182] to [45de76cd4b].

104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
    background-color: hsl(210, 50%, 50%);
    color: hsl(210, 0%, 100%);
}
#grammalecte_tf_reset:hover {
    background-color: hsl(210, 50%, 40%);
}
#grammalecte_tf_progressbar {
    width: 400px;
}
#grammalecte_tf_time_res {
    width: 60px;
    padding: 5px 10px;
}
#grammalecte_tf_apply {
    background-color: hsl(120, 50%, 50%);
    color: hsl(150, 0%, 100%);
}
#grammalecte_tf_apply:hover {
    background-color: hsl(120, 50%, 40%);
}







|












104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
    background-color: hsl(210, 50%, 50%);
    color: hsl(210, 0%, 100%);
}
#grammalecte_tf_reset:hover {
    background-color: hsl(210, 50%, 40%);
}
#grammalecte_tf_progressbar {
    width: 360px;
}
#grammalecte_tf_time_res {
    width: 60px;
    padding: 5px 10px;
}
#grammalecte_tf_apply {
    background-color: hsl(120, 50%, 50%);
    color: hsl(150, 0%, 100%);
}
#grammalecte_tf_apply:hover {
    background-color: hsl(120, 50%, 40%);
}