Active playlists artist and track titles, drag control, play from tracklist
This commit is contained in:
@@ -71,6 +71,7 @@
|
||||
|
||||
&:hover {
|
||||
background-color: #FAFAFA;
|
||||
cursor: pointer;
|
||||
|
||||
.track-container {
|
||||
.fade {
|
||||
|
||||
@@ -98,17 +98,32 @@ $icons_dir: "/images/icns/";
|
||||
}
|
||||
}
|
||||
|
||||
.dragbox {
|
||||
position: absolute;
|
||||
top: 1px;
|
||||
left: 2px;
|
||||
width: 15px;
|
||||
height: 26px;
|
||||
background-image: url('/images/drag.png');
|
||||
cursor: move;
|
||||
}
|
||||
|
||||
.title {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 5px;
|
||||
left: 19px;
|
||||
z-index: 10;
|
||||
width: 330px;
|
||||
width: 316px;
|
||||
height: 26px;
|
||||
line-height: 26px;
|
||||
display: block;
|
||||
float: left;
|
||||
overflow: hidden;
|
||||
|
||||
.data.artist, .playtrack {
|
||||
border-bottom: #555 1px dotted;
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
.duration {
|
||||
|
||||
Reference in New Issue
Block a user