Differences From Artifact [1abb09b463]:
- File gc_lang/fr/webext/panel/lex_editor.css — part of check-in [fe9076fde1] at 2019-02-02 11:53:04 on branch comdic — [fx] dictionaries edition: update (user: olr, size: 6622) [annotate] [blame] [check-ins using]
To Artifact [0f7a2051f7]:
- File gc_lang/fr/webext/panel/lex_editor.css — part of check-in [e422d67a98] at 2019-02-04 18:42:32 on branch comdic — [fx] dictionaries creation: update (user: olr, size: 6643) [annotate] [blame] [check-ins using] [more...]
| ︙ | ︙ | |||
342 343 344 345 346 347 348 349 350 351 352 353 354 355 |
border-radius: 3px;
}
#create_dictionary_button {
padding: 1px 5px;
background-color: hsl(120, 50%, 30%);
color: hsl(120, 10%, 100%);
border-radius: 3px;
}
#wait_progress {
width: 100%;
height: 4px;
}
| > | 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 |
border-radius: 3px;
}
#create_dictionary_button {
padding: 1px 5px;
background-color: hsl(120, 50%, 30%);
color: hsl(120, 10%, 100%);
border-radius: 3px;
cursor: pointer;
}
#wait_progress {
width: 100%;
height: 4px;
}
|
| ︙ | ︙ |