Disable start button if the process is in progress.
This commit is contained in:
parent
45b6408b6b
commit
2cb9946faf
3 changed files with 12 additions and 2 deletions
|
@ -35,6 +35,10 @@ p {
|
|||
height: 100px;
|
||||
}
|
||||
|
||||
.button[disabled=disabled] {
|
||||
background-color: gray;
|
||||
}
|
||||
|
||||
#hintbutton {
|
||||
background-color: white;
|
||||
font-size: 15px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue