mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
Fix wrong button colors on playlist
This commit is contained in:
parent
969fca6066
commit
07109ad5d2
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
>
|
||||
<i class="fa fa-random"></i> All
|
||||
</button>
|
||||
<button class="play-shuffle" @click.prevent="shuffleSelected" v-if="selectedSongs.length > 1">
|
||||
<button class="play-shuffle btn btn-orange" @click.prevent="shuffleSelected" v-if="selectedSongs.length > 1">
|
||||
<i class="fa fa-random"></i> Selected
|
||||
</button>
|
||||
<button class="btn btn-green" @click.prevent.stop="showingAddToMenu = !showingAddToMenu" v-if="selectedSongs.length">
|
||||
|
|
Loading…
Reference in a new issue