Fix volume width

Also, remove redundant CSS
This commit is contained in:
Jordan Eldredge 2018-05-06 21:11:16 -07:00
parent 7c06f7d5c9
commit a3065846bc

View file

@ -13,7 +13,7 @@
left: 60px;
top: 4px;
height: 6px;
width: 97px;
width: 98px;
background-position: 0 0;
}
@ -27,14 +27,6 @@
width: 3px;
}
#webamp #equalizer-volume.center::-webkit-slider-thumb {
width: 3px;
}
#webamp #equalizer-volume.center::-moz-range-thumb {
width: 3px;
}
#webamp #equalizer-balance {
position: absolute;
left: 164px;
@ -54,14 +46,6 @@
width: 3px;
}
#webamp #equalizer-balance.center::-webkit-slider-thumb {
width: 3px;
}
#webamp #equalizer-balance.center::-moz-range-thumb {
width: 3px;
}
#webamp .equalizer-top {
height: 14px;
width: 275px;