Skip to content
Snippets Groups Projects
Verified Commit d5f3802f authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Fixed transparent progress bar after switch to FUI

parent 3ce2f0d7
Branches
Tags
No related merge requests found
......@@ -55,7 +55,7 @@
:class="['ui', 'small', 'orange', 'inverted', {'indicating': isLoadingAudio}, 'progress']"
@click="touchProgress">
<div class="buffer bar" :data-percent="bufferProgress" :style="{ 'width': bufferProgress + '%' }"></div>
<div class="bar" :data-percent="progress" :style="{ 'width': progress + '%' }"></div>
<div class="position bar" :data-percent="progress" :style="{ 'width': progress + '%' }"></div>
</div>
</div>
<div class="ui small warning message" v-if="currentTrack && errored">
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment