Skip to content

Commit

Permalink
pointer events none
Browse files Browse the repository at this point in the history
  • Loading branch information
uynitsuj committed Mar 19, 2024
1 parent 6b8bbfa commit 1d58c93
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,13 @@ body {
height: auto;
}

.disabled {
color: #ccc;
background-color: #f0f0f0; /* Light grey background */
cursor: not-allowed;
pointer-events: none; /* This makes the button not clickable */
}

#main-video {
width: 90%;
/* max-width: 750px; */
Expand Down

0 comments on commit 1d58c93

Please sign in to comment.