mirror of
https://github.com/captbaritone/webamp.git
synced 2026-08-03 07:23:55 +00:00
Add bare-bones equalizer component
This commit is contained in:
parent
f14854443d
commit
162178988f
4 changed files with 44 additions and 0 deletions
10
css/equalizer-window.css
Normal file
10
css/equalizer-window.css
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
/* Styles */
|
||||
#winamp2-js #equalizer-window {
|
||||
height: 116px;
|
||||
width: 275px;
|
||||
}
|
||||
|
||||
#winamp2-js .equalizer-top {
|
||||
height: 14px;
|
||||
width: 275px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue