mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 04:28:49 +00:00
Updated so users can seekto position in song
This commit is contained in:
@@ -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 ***************************
|
||||
|
||||
Reference in New Issue
Block a user