Skip to content

Commit

Permalink
change button on disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
alexisnsns committed Nov 22, 2023
1 parent dfac17d commit 17f2003
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ui/app/src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -297,3 +297,8 @@ li {
width: 50%;
overflow: auto;
}

.cancel-stream-button:disabled {
opacity: 0.5;
cursor: not-allowed;
}

0 comments on commit 17f2003

Please sign in to comment.