aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/player
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/sass/player')
-rw-r--r--client/src/sass/player/peertube-skin.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/sass/player/peertube-skin.scss b/client/src/sass/player/peertube-skin.scss
index bdeff8f9a..2c22239a0 100644
--- a/client/src/sass/player/peertube-skin.scss
+++ b/client/src/sass/player/peertube-skin.scss
@@ -308,8 +308,10 @@ body {
308 .icon { 308 .icon {
309 &.icon-next { 309 &.icon-next {
310 mask-image: url('#{$assets-path}/player/images/next.svg'); 310 mask-image: url('#{$assets-path}/player/images/next.svg');
311 -webkit-mask-image: url('#{$assets-path}/player/images/next.svg');
311 background-color: white; 312 background-color: white;
312 mask-size: cover; 313 mask-size: cover;
314 -webkit-mask-size: cover;
313 transform: scale(2.2); 315 transform: scale(2.2);
314 } 316 }
315 } 317 }