feature: seek buffer bars.
This commit is contained in:
@ -158,7 +158,17 @@
|
||||
padding: 4px 0;
|
||||
cursor: pointer;
|
||||
|
||||
>.seek-buffers {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
|
||||
>.ui-video-buffer {
|
||||
background-color: #adadad;
|
||||
}
|
||||
}
|
||||
|
||||
>.ui-video-duration,
|
||||
>.seek-buffers>.ui-video-buffer,
|
||||
>.ui-video-progress {
|
||||
position: absolute;
|
||||
border-radius: 2px;
|
||||
@ -168,7 +178,7 @@
|
||||
|
||||
>.ui-video-duration {
|
||||
width: 100%;
|
||||
background-color: #bbb;
|
||||
background-color: #4e4e4e;
|
||||
}
|
||||
|
||||
>.ui-video-progress {
|
||||
@ -179,10 +189,10 @@
|
||||
content: '\a0';
|
||||
position: absolute;
|
||||
right: -6px;
|
||||
top: -6px;
|
||||
width: 13px;
|
||||
height: 13px;
|
||||
border-radius: 6px;
|
||||
top: -5px;
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
border-radius: 7px;
|
||||
background-color: #fff;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user