Skip to content

Commit

Permalink
Update youtubeDL.css
Browse files Browse the repository at this point in the history
  • Loading branch information
realcoloride authored Jul 17, 2023
1 parent 2e1cdeb commit dffb75a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions youtubeDL.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@ body {

background-color: rgba(0, 0, 0, 0);

pointer-events: none;
pointer-events: auto;
opacity: 0;
transition: opacity ease-out 0.2s;
}
#youtubeDL-popup-bg.shown {
background-color:rgba(0, 0, 0, 0.65);

opacity: 1;
pointer-events: all;
pointer-events: auto;
}
#youtubeDL-popup-bg > div * {
opacity: 1;
Expand Down

0 comments on commit dffb75a

Please sign in to comment.