Added Play and Shuffle icons to the list view

for making it more Apple-like
This commit is contained in:
Onur Gümüş 2022-01-20 04:49:57 +03:00
parent f275883728
commit 82b745a735
2 changed files with 41 additions and 16 deletions

View file

@ -2062,6 +2062,31 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
}
}
.md-ico-play {
content:url("./assets/playPng.png");
width: 10px;
height: 12px;
margin-right: 1px;
align-self: center;
}
.md-ico-shuffle {
content:url("./assets/shufflePng.png");
width: 15px;
height: 13px;
margin-right: 1px;
align-self: center;
}
.md-ico-remove {
content:url("./assets/feather/x-circlePng.png");
width: 16px;
height: 16px;
margin-right: 1px;
margin-bottom: -1.5px;
align-self: center;
}
.md-select {
width: 100%;
padding: 6px;