mirror of
https://github.com/videojs/video.js.git
synced 2025-02-20 12:33:28 +02:00
@incompl improved the UX of time tooltips. closes #3060
This commit is contained in:
parent
c8646aa02b
commit
2f0b9ee8ca
@ -3,6 +3,7 @@ CHANGELOG
|
|||||||
|
|
||||||
## HEAD (Unreleased)
|
## HEAD (Unreleased)
|
||||||
* @forbesjo updated emulated tracks to have listeners removed when they are removed ([view](https://github.com/videojs/video.js/pull/3046))
|
* @forbesjo updated emulated tracks to have listeners removed when they are removed ([view](https://github.com/videojs/video.js/pull/3046))
|
||||||
|
* @incompl improved the UX of time tooltips ([view](https://github.com/videojs/video.js/pull/3060))
|
||||||
|
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
@ -86,12 +86,12 @@
|
|||||||
.video-js .vjs-play-progress:after {
|
.video-js .vjs-play-progress:after {
|
||||||
display: none;
|
display: none;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: -2.4em;
|
top: -3.4em;
|
||||||
right: -1.5em;
|
right: -1.5em;
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
color: #000;
|
color: #000;
|
||||||
content: attr(data-current-time);
|
content: attr(data-current-time);
|
||||||
padding: 0.2em 0.5em;
|
padding: 6px 8px 8px 8px;
|
||||||
@include background-color-with-alpha(#fff, 0.8);
|
@include background-color-with-alpha(#fff, 0.8);
|
||||||
@include border-radius(0.3em);
|
@include border-radius(0.3em);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user