mirror of
https://github.com/captbaritone/webamp.git
synced 2026-08-01 22:45:18 +00:00
Make vol slider alignment consistant with balance
This commit is contained in:
parent
56282d9669
commit
ebec56b98f
1 changed files with 2 additions and 3 deletions
|
|
@ -282,14 +282,13 @@
|
|||
cursor:url('https://jordaneldredge.com/projects/winamp2-js/cursors/POSBAR.PNG'), auto;
|
||||
}
|
||||
#winamp2-js #volume::-webkit-slider-thumb {
|
||||
display: block;
|
||||
margin-top: 1px;
|
||||
top: 1px;
|
||||
height: 11px;
|
||||
width: 14px;
|
||||
cursor:url('https://jordaneldredge.com/projects/winamp2-js/cursors/POSBAR.PNG'), auto;
|
||||
}
|
||||
#winamp2-js #volume::-moz-range-thumb {
|
||||
margin-top: 1px;
|
||||
top: 1px;
|
||||
height: 11px;
|
||||
width: 14px;
|
||||
cursor:url('https://jordaneldredge.com/projects/winamp2-js/cursors/POSBAR.PNG'), auto;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue