Updated so users can seekto position in song

This commit is contained in:
Kasper Rynning-Tønnesen
2017-03-02 21:15:20 +01:00
parent 82d734f96e
commit c8901a7c1b
4 changed files with 106 additions and 16 deletions

View File

@@ -1930,7 +1930,6 @@ nav ul li:hover, nav ul li.active {
background-color:rgba(0, 0, 0, 0.3);
}
#offline-info{
color: black;
line-height: 20px;
@@ -1938,6 +1937,26 @@ nav ul li:hover, nav ul li.active {
padding-bottom: 15px;
}
#seekToDuration{
position: absolute;
background: #2d2d2d;
color:white;
padding: 10px 8px;
z-index: 2000;
background-color: #2d2d2d;
border-radius: 2px;
color: #fff;
min-height: 36px;
text-align: center;
max-width: calc(100% - 4px);
pointer-events: none;
}
.ewresize{
cursor: ew-resize;
}
/***************************************************************************
****************************************************************************
********************* Screen size specific rules ***************************