|
|
@ -463,7 +463,7 @@ input[type='range']::-webkit-slider-thumb:active { |
|
|
|
// background: red; |
|
|
|
} |
|
|
|
.upButton:hover{ |
|
|
|
background: linear-gradient(to top, transparent,rgba(59, 59, 238, 0.637)); |
|
|
|
background: linear-gradient(to top, transparent,80%,rgba(59, 59, 238, 0.637)); |
|
|
|
transition:all 1s ease-out; |
|
|
|
cursor:pointer |
|
|
|
} |
|
|
@ -510,7 +510,7 @@ input[type='range']::-webkit-slider-thumb:active { |
|
|
|
// background: yellow; |
|
|
|
} |
|
|
|
.downButton:hover{ |
|
|
|
background: linear-gradient( transparent,rgba(59, 59, 238, 0.637)); |
|
|
|
background: linear-gradient( transparent,80%,rgba(59, 59, 238, 0.637)); |
|
|
|
transition:all 1s ease-out; |
|
|
|
cursor:pointer |
|
|
|
} |
|
|
|