mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-25 02:57:30 +00:00
Fix action buttons in shade mode
This commit is contained in:
parent
e3671e8249
commit
786c888ac4
1 changed files with 10 additions and 6 deletions
16
css/main.css
16
css/main.css
|
|
@ -470,34 +470,38 @@
|
|||
}
|
||||
|
||||
.shade .actions div {
|
||||
background: none;
|
||||
position: absolute;
|
||||
}
|
||||
.shade #previous {
|
||||
.shade .actions #previous {
|
||||
background: none;
|
||||
height: 10px;
|
||||
width: 7px;
|
||||
top: 2px;
|
||||
left: 169px;
|
||||
}
|
||||
.shade #play {
|
||||
.shade .actions #play {
|
||||
background: none;
|
||||
height: 10px;
|
||||
width: 10px;
|
||||
top: 2px;
|
||||
left: 176px;
|
||||
}
|
||||
.shade #pause {
|
||||
.shade .actions #pause {
|
||||
background: none;
|
||||
height: 10px;
|
||||
width: 9px;
|
||||
top: 2px;
|
||||
left: 186px;
|
||||
}
|
||||
.shade #stop {
|
||||
.shade .actions #stop {
|
||||
background: none;
|
||||
height: 10px;
|
||||
width: 9px;
|
||||
top: 2px;
|
||||
left: 195px;
|
||||
}
|
||||
.shade #next {
|
||||
.shade .actions #next {
|
||||
background: none;
|
||||
height: 10px;
|
||||
width: 10px;
|
||||
top: 2px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue