Skip to content

Commit

Permalink
change Playbutton
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberAndi authored Feb 17, 2024
1 parent bf8654c commit 351b504
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/css/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -1531,6 +1531,10 @@ span#channel-name {
text-shadow: 0.2em 0.2em 0.5em rgb(0 0 0 / 75%), 0 0 0.2em #000000;
}

#player-container:has(.vjs-has-started.vjs-playing) :is(.vjs-big-play-button, .vjs-touch-overlay .vjs-play-contro) {
display: none !important;
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
background-color: rgba(0,0,0,0.75);
border-radius: 3px;
Expand Down

0 comments on commit 351b504

Please sign in to comment.