Skip to content

Commit

Permalink
Disable Check Button while Processing
Browse files Browse the repository at this point in the history
  • Loading branch information
GreenComfyTea committed Nov 17, 2023
1 parent d74ca24 commit 4977d21
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,10 @@ select {
display: none !important;
}

.disabled {
pointer-events: none;
}

#fade_seconds {
margin: 10px;
font-size: 0.7em;
Expand Down

0 comments on commit 4977d21

Please sign in to comment.