Disable start button if the process is in progress.

This commit is contained in:
Pim Kunis 2019-10-24 16:54:50 +02:00
parent 45b6408b6b
commit 2cb9946faf
3 changed files with 12 additions and 2 deletions

View file

@ -35,6 +35,10 @@ p {
height: 100px;
}
.button[disabled=disabled] {
background-color: gray;
}
#hintbutton {
background-color: white;
font-size: 15px;