made some new playback icons
This commit is contained in:
parent
d1dca1c613
commit
bf56de05c4
9 changed files with 94 additions and 4 deletions
|
@ -1579,19 +1579,27 @@ input[type=checkbox][switch]:checked:active::before {
|
|||
}
|
||||
|
||||
.playback-button.pause {
|
||||
background-image: url('./assets/pause.svg');
|
||||
background-image: url('./assets/cider-icons/pause.svg');
|
||||
background-size: 38px;
|
||||
background-position: center;
|
||||
}
|
||||
|
||||
.playback-button.play {
|
||||
background-image: url('./assets/play.svg');
|
||||
background-image: url('./assets/cider-icons/play.svg');
|
||||
background-size: 38px;
|
||||
background-position: center;
|
||||
}
|
||||
|
||||
.playback-button.next {
|
||||
background-image: url('./assets/forward.svg');
|
||||
background-image: url('./assets/cider-icons/forward.svg');
|
||||
background-size: 60%;
|
||||
background-position: center;
|
||||
}
|
||||
|
||||
.playback-button.previous {
|
||||
background-image: url('./assets/backward.svg');
|
||||
background-image: url('./assets/cider-icons/backward.svg');
|
||||
background-size: 60%;
|
||||
background-position: center;
|
||||
}
|
||||
|
||||
.playback-button {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue