Add bare-bones equalizer component

This commit is contained in:
Jordan Eldredge 2016-08-06 19:46:54 -07:00
parent f14854443d
commit 162178988f
4 changed files with 44 additions and 0 deletions

10
css/equalizer-window.css Normal file
View file

@ -0,0 +1,10 @@
/* Styles */
#winamp2-js #equalizer-window {
height: 116px;
width: 275px;
}
#winamp2-js .equalizer-top {
height: 14px;
width: 275px;
}