mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-22 01:29:22 +00:00
Change id names in anticipation of other windows
This commit is contained in:
parent
cfe25d21b3
commit
b836471a60
2 changed files with 6 additions and 6 deletions
|
|
@ -496,19 +496,19 @@ body {
|
|||
/* background-image: SHUFREP.BMP via Javascript */
|
||||
}
|
||||
|
||||
.windows #equalizer {
|
||||
.windows #equalizer-button {
|
||||
left: 0;
|
||||
background-position: 0 -61px;
|
||||
}
|
||||
.windows #equalizer:active {
|
||||
.windows #equalizer-button:active {
|
||||
background-position: -46px -61px;
|
||||
}
|
||||
|
||||
.windows #playlist {
|
||||
.windows #playlist-button {
|
||||
left: 23px;
|
||||
background-position: -23px -61px;
|
||||
}
|
||||
.windows #playlist:active {
|
||||
.windows #playlist-button:active {
|
||||
background-position: -69px -61px;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -82,8 +82,8 @@
|
|||
<input id='volume' type='range' min='0' max='100' step='1' value='50' />
|
||||
<input id='balance' type='range' min='-100' max='100' step='2' value='0' />
|
||||
<div class='windows'>
|
||||
<div id='equalizer'></div>
|
||||
<div id='playlist'></div>
|
||||
<div id='equalizer-button'></div>
|
||||
<div id='playlist-button'></div>
|
||||
</div>
|
||||
<input id='position' type='range' min='0' max='100' step='1' value='0' />
|
||||
<div class='actions'>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue