|
|
|
@ -62,3 +62,40 @@
|
|
|
|
|
.volume-control:hover .vue-slider-process {
|
|
|
|
|
background-color: #335eea;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* nyancat */
|
|
|
|
|
|
|
|
|
|
.nyancat .vue-slider-rail {
|
|
|
|
|
background-color: rgba(128, 128, 128, 0.18);
|
|
|
|
|
padding: 2.5px 0px;
|
|
|
|
|
border-radius: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.nyancat .vue-slider-process {
|
|
|
|
|
padding: 0px 1px;
|
|
|
|
|
top: -2px;
|
|
|
|
|
border-radius: 0;
|
|
|
|
|
background: -webkit-gradient(
|
|
|
|
|
linear,
|
|
|
|
|
left top,
|
|
|
|
|
left bottom,
|
|
|
|
|
color-stop(0, #f00),
|
|
|
|
|
color-stop(17%, #f90),
|
|
|
|
|
color-stop(33%, #ff0),
|
|
|
|
|
color-stop(50%, #3f0),
|
|
|
|
|
color-stop(67%, #09f),
|
|
|
|
|
color-stop(83%, #63f)
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.nyancat .vue-slider-dot-handle {
|
|
|
|
|
background: url("/img/logos/nyancat.gif");
|
|
|
|
|
background-size: 36px;
|
|
|
|
|
width: 36px;
|
|
|
|
|
height: 24px;
|
|
|
|
|
margin-top: -6px;
|
|
|
|
|
box-shadow: none;
|
|
|
|
|
border-radius: 0;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
visibility: visible;
|
|
|
|
|
}
|
|
|
|
|