]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/sass/player/peertube-skin.scss
Translated using Weblate (Portuguese (Brazil))
[github/Chocobozzz/PeerTube.git] / client / src / sass / player / peertube-skin.scss
index 5f873d495367100f785d3f767c6c71263fd9d541..d4c43ff68341b36857d6ecb11f2861fee441b0b4 100644 (file)
@@ -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;
   }
 
@@ -185,9 +189,22 @@ body {
   }
 }
 
+.vjs-error-display {
+  display: none;
+}
+
+.vjs-custom-error-display {
+  font-family: $main-fonts;
+
+  .error-details {
+    margin-top: 40px;
+    font-size: 80%;
+  }
+}
+
 // Error display disabled
 .vjs-error:not(.vjs-error-display-enabled) {
-  .vjs-error-display {
+  .vjs-custom-error-display {
     display: none;
   }
 
@@ -198,7 +215,7 @@ body {
 
 // Error display enabled
 .vjs-error.vjs-error-display-enabled {
-  .vjs-error-display {
+  .vjs-custom-error-display {
     display: block;
   }
 }