Skip to content
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.

Commit

Permalink
Fixed play/pause icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Avdeev committed Sep 18, 2018
1 parent 165ef6d commit 1880032
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@
.daily_ui_009_music_player_by_emil .cover .content .controls .column.pause {
width: 32px;
height: 32px;
background-image: url('images/play.png');
background-image: url('images/pause.png');
}

.daily_ui_009_music_player_by_emil .cover .content .controls .column.pause.active {
background-image: url('images/pause.png');
background-image: url('images/play.png');
}

0 comments on commit 1880032

Please sign in to comment.