mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-25 11:04:00 +00:00
Fix volume width
Also, remove redundant CSS
This commit is contained in:
parent
7c06f7d5c9
commit
a3065846bc
1 changed files with 1 additions and 17 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue