Fix shade button active state

This commit is contained in:
Jordan Eldredge 2015-12-13 18:27:07 -08:00
parent e575ee24b4
commit 1b2fa77c76

View file

@ -469,42 +469,48 @@
#winamp2-js .shade .actions div {
position: absolute;
}
#winamp2-js .shade .actions #previous {
#winamp2-js .shade .actions #previous,
#winamp2-js .shade .actions #previous:active {
background: none;
height: 10px;
width: 7px;
top: 2px;
left: 169px;
}
#winamp2-js .shade .actions #play {
#winamp2-js .shade .actions #play,
#winamp2-js .shade .actions #play:active {
background: none;
height: 10px;
width: 10px;
top: 2px;
left: 176px;
}
#winamp2-js .shade .actions #pause {
#winamp2-js .shade .actions #pause,
#winamp2-js .shade .actions #pause:active {
background: none;
height: 10px;
width: 9px;
top: 2px;
left: 186px;
}
#winamp2-js .shade .actions #stop {
#winamp2-js .shade .actions #stop,
#winamp2-js .shade .actions #stop:active {
background: none;
height: 10px;
width: 9px;
top: 2px;
left: 195px;
}
#winamp2-js .shade .actions #next {
#winamp2-js .shade .actions #next,
#winamp2-js .shade .actions #next:active {
background: none;
height: 10px;
width: 10px;
top: 2px;
left: 204px;
}
#winamp2-js .shade #eject {
#winamp2-js .shade #eject,
#winamp2-js .shade #eject:active {
height: 10px;
width: 10px;
top: 2px;