mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 18:25:30 +00:00
Fix shade button active state
This commit is contained in:
parent
e575ee24b4
commit
1b2fa77c76
1 changed files with 12 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue