Differences From Artifact [02dc63f476]:
- File gc_lang/fr/webext/panel/lex_editor.css — part of check-in [503e7a8eba] at 2018-01-30 16:47:53 on branch trunk — [fx] update: lexicon editor (user: olr, size: 4281) [annotate] [blame] [check-ins using]
To Artifact [4856554058]:
- File gc_lang/fr/webext/panel/lex_editor.css — part of check-in [341fcee2ed] at 2018-01-31 13:08:15 on branch trunk — [fx] update: lexicon update (code clarification) (user: olr, size: 4319) [annotate] [blame] [check-ins using]
| ︙ | ︙ | |||
207 208 209 210 211 212 213 214 215 216 217 218 219 220 |
box-shadow: 0 0 2px hsl(0, 60%, 50%);
}
#lexicon_page {
}
#save_button {
display: none;
float: right;
padding: 2px 20px;
background-color: hsl(150, 50%, 50%);
color: hsl(150, 0%, 100%);
| > > > > | 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 |
box-shadow: 0 0 2px hsl(0, 60%, 50%);
}
#lexicon_page {
}
#no_elem_line {
display: none;
}
#save_button {
display: none;
float: right;
padding: 2px 20px;
background-color: hsl(150, 50%, 50%);
color: hsl(150, 0%, 100%);
|
| ︙ | ︙ |