Grammalecte  Diff

Differences From Artifact [1abb09b463]:

To Artifact [0f7a2051f7]:


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;
}