diff --git a/front/src/components/audio/Player.vue b/front/src/components/audio/Player.vue index d66c17704..a7c0950bc 100644 --- a/front/src/components/audio/Player.vue +++ b/front/src/components/audio/Player.vue @@ -55,7 +55,7 @@ :class="['ui', 'small', 'orange', 'inverted', {'indicating': isLoadingAudio}, 'progress']" @click="touchProgress">
-
+
@@ -826,6 +826,10 @@ export default { .progress-area .actions { text-align: center; } +.ui.progress:not([data-percent]):not(.indeterminate) + .bar.position:not(.buffer) { + background: #ff851b; +} .volume-control { position: relative; width: 12.5% !important;