Added Play and Shuffle icons to the list view
for making it more Apple-like
This commit is contained in:
parent
f275883728
commit
82b745a735
2 changed files with 41 additions and 16 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue