From 351b5040272a550ed480b7df70381dfa1ff4fc71 Mon Sep 17 00:00:00 2001 From: "@CyberAndi" Date: Sat, 17 Feb 2024 13:42:09 +0100 Subject: [PATCH] change Playbutton --- assets/css/default.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/css/default.css b/assets/css/default.css index c6fae579c..76a88afa6 100644 --- a/assets/css/default.css +++ b/assets/css/default.css @@ -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;