307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
|
}
#export_button, #import_button {
display: block;
margin-left: 5px;
background-color: hsl(210, 50%, 50%);
color: hsl(210, 0%, 100%);
}
#import_button {
display: none;
}
#wait_progress {
width: 100%;
height: 4px;
}
/*
|
<
<
<
|
307
308
309
310
311
312
313
314
315
316
317
318
319
320
|
}
#export_button, #import_button {
display: block;
margin-left: 5px;
background-color: hsl(210, 50%, 50%);
color: hsl(210, 0%, 100%);
}
#wait_progress {
width: 100%;
height: 4px;
}
/*
|