🐛 Fix wrong icons, delete useless channels icon
This commit is contained in:
parent
e1c0d55913
commit
c95cec1b89
|
@ -284,16 +284,16 @@ a {
|
||||||
|
|
||||||
/* playback control */
|
/* playback control */
|
||||||
.main .control .switch-play-state {
|
.main .control .switch-play-state {
|
||||||
background-image: url('../images/icons/play.png');
|
background-image: url('../images/icons/sidebar/play.png');
|
||||||
}
|
}
|
||||||
|
|
||||||
.main .control .switch-play-state.pause {
|
.main .control .switch-play-state.pause {
|
||||||
background-image: url('../images/icons/pause.png');
|
background-image: url('../images/icons/sidebar/pause.png');
|
||||||
}
|
}
|
||||||
|
|
||||||
/* channels */
|
/* channels */
|
||||||
.main .control .open-channels-window {
|
.main .control .open-channels-window {
|
||||||
background-image: url('../images/icons/channels.png');
|
background-image: url('../images/icons/sidebar/instruments.png');
|
||||||
}
|
}
|
||||||
|
|
||||||
/* set play speed */
|
/* set play speed */
|
||||||
|
@ -323,7 +323,7 @@ a {
|
||||||
|
|
||||||
/* close opened file */
|
/* close opened file */
|
||||||
.main .control .close {
|
.main .control .close {
|
||||||
background-image: url('../images/icons/close.png');
|
background-image: url('../images/icons/sidebar/close.png');
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 9px;
|
left: 9px;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 548 B |
Loading…
Reference in New Issue