mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-15 16:53:18 -05:00
[web] Make switches with rounded corners
Make the UI a bit more coherent by rounding corners of switches.
This commit is contained in:
parent
940f30dab6
commit
897d5854af
@ -13,8 +13,7 @@
|
|||||||
id="switchHideSingles"
|
id="switchHideSingles"
|
||||||
v-model="hide_singles"
|
v-model="hide_singles"
|
||||||
type="checkbox"
|
type="checkbox"
|
||||||
name="switchHideSingles"
|
class="switch is-rounded"
|
||||||
class="switch"
|
|
||||||
/>
|
/>
|
||||||
<label
|
<label
|
||||||
for="switchHideSingles"
|
for="switchHideSingles"
|
||||||
@ -29,8 +28,7 @@
|
|||||||
id="switchHideSpotify"
|
id="switchHideSpotify"
|
||||||
v-model="hide_spotify"
|
v-model="hide_spotify"
|
||||||
type="checkbox"
|
type="checkbox"
|
||||||
name="switchHideSpotify"
|
class="switch is-rounded"
|
||||||
class="switch"
|
|
||||||
/>
|
/>
|
||||||
<label
|
<label
|
||||||
for="switchHideSpotify"
|
for="switchHideSpotify"
|
||||||
|
@ -13,8 +13,7 @@
|
|||||||
id="switchHideSingles"
|
id="switchHideSingles"
|
||||||
v-model="hide_singles"
|
v-model="hide_singles"
|
||||||
type="checkbox"
|
type="checkbox"
|
||||||
name="switchHideSingles"
|
class="switch is-rounded"
|
||||||
class="switch"
|
|
||||||
/>
|
/>
|
||||||
<label
|
<label
|
||||||
for="switchHideSingles"
|
for="switchHideSingles"
|
||||||
@ -29,8 +28,7 @@
|
|||||||
id="switchHideSpotify"
|
id="switchHideSpotify"
|
||||||
v-model="hide_spotify"
|
v-model="hide_spotify"
|
||||||
type="checkbox"
|
type="checkbox"
|
||||||
name="switchHideSpotify"
|
class="switch is-rounded"
|
||||||
class="switch"
|
|
||||||
/>
|
/>
|
||||||
<label
|
<label
|
||||||
for="switchHideSpotify"
|
for="switchHideSpotify"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user