X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fsass%2Fplayer%2Fpeertube-skin.scss;h=43c1446242f3ffc6e3b30897ea1001d6c365eb2d;hb=6d9ed0b6cb439f53e6df2aa1e751369bdc0f76ab;hp=5f873d495367100f785d3f767c6c71263fd9d541;hpb=a5a79d15427372b581e34ac3999c73fc316699d5;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/sass/player/peertube-skin.scss b/client/src/sass/player/peertube-skin.scss index 5f873d495..43c144624 100644 --- a/client/src/sass/player/peertube-skin.scss +++ b/client/src/sass/player/peertube-skin.scss @@ -20,8 +20,13 @@ body { font-size: $font-size; color: pvar(--embedForegroundColor); - .vjs-volume-level::before { - content: ''; /* Remove Circle From Progress Bar */ + &.disabled { + cursor: default; + pointer-events: none; + + .vjs-big-play-button { + display: none !important; + } } .vjs-audio-button { @@ -100,7 +105,6 @@ body { } .vjs-poster { - outline: none; /* Remove Blue Outline on Click*/ outline: 0; }