🐛 Fix wrong icons, delete useless channels icon

This commit is contained in:
matteo78 2014-11-09 13:15:16 +01:00
parent e1c0d55913
commit c95cec1b89
2 changed files with 4 additions and 4 deletions

View File

@ -284,16 +284,16 @@ a {
/* playback control */
.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 {
background-image: url('../images/icons/pause.png');
background-image: url('../images/icons/sidebar/pause.png');
}
/* channels */
.main .control .open-channels-window {
background-image: url('../images/icons/channels.png');
background-image: url('../images/icons/sidebar/instruments.png');
}
/* set play speed */
@ -323,7 +323,7 @@ a {
/* close opened file */
.main .control .close {
background-image: url('../images/icons/close.png');
background-image: url('../images/icons/sidebar/close.png');
position: absolute;
left: 9px;
bottom: 0;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 548 B