diff --git a/public/img/logos/nyancat-stop.png b/public/img/logos/nyancat-stop.png new file mode 100644 index 0000000..72bf07e Binary files /dev/null and b/public/img/logos/nyancat-stop.png differ diff --git a/src/assets/css/slider.css b/src/assets/css/slider.css index 2e5f40d..d955bcc 100644 --- a/src/assets/css/slider.css +++ b/src/assets/css/slider.css @@ -100,6 +100,11 @@ visibility: visible; } +.nyancat-stop .vue-slider-dot-handle { + background-image: url("/img/logos/nyancat-stop.png"); + transition: 300ms; +} + /* lyrics */ .lyrics-page .vue-slider-rail { background-color: rgba(128, 128, 128, 0.18); diff --git a/src/components/Player.vue b/src/components/Player.vue index cbba0f5..2767b6d 100644 --- a/src/components/Player.vue +++ b/src/components/Player.vue @@ -2,7 +2,10 @@