diff options
author | Chocobozzz <me@florianbigard.com> | 2022-01-10 09:17:28 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-01-10 10:08:14 +0100 |
commit | 5097cbda4aad10cc60d3dc485dc9e9c3b1eddb17 (patch) | |
tree | 6bdc5137ea0aef943bac9a14b626559dfa0e8954 /client/src/sass/player/peertube-skin.scss | |
parent | a5a79d15427372b581e34ac3999c73fc316699d5 (diff) | |
download | PeerTube-5097cbda4aad10cc60d3dc485dc9e9c3b1eddb17.tar.gz PeerTube-5097cbda4aad10cc60d3dc485dc9e9c3b1eddb17.tar.zst PeerTube-5097cbda4aad10cc60d3dc485dc9e9c3b1eddb17.zip |
Add missing password field to update user api doc
Diffstat (limited to 'client/src/sass/player/peertube-skin.scss')
-rw-r--r-- | client/src/sass/player/peertube-skin.scss | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/client/src/sass/player/peertube-skin.scss b/client/src/sass/player/peertube-skin.scss index 5f873d495..c420e825e 100644 --- a/client/src/sass/player/peertube-skin.scss +++ b/client/src/sass/player/peertube-skin.scss | |||
@@ -20,10 +20,6 @@ body { | |||
20 | font-size: $font-size; | 20 | font-size: $font-size; |
21 | color: pvar(--embedForegroundColor); | 21 | color: pvar(--embedForegroundColor); |
22 | 22 | ||
23 | .vjs-volume-level::before { | ||
24 | content: ''; /* Remove Circle From Progress Bar */ | ||
25 | } | ||
26 | |||
27 | .vjs-audio-button { | 23 | .vjs-audio-button { |
28 | display: none; | 24 | display: none; |
29 | } | 25 | } |
@@ -100,7 +96,6 @@ body { | |||
100 | } | 96 | } |
101 | 97 | ||
102 | .vjs-poster { | 98 | .vjs-poster { |
103 | outline: none; /* Remove Blue Outline on Click*/ | ||
104 | outline: 0; | 99 | outline: 0; |
105 | } | 100 | } |
106 | 101 | ||