1
0
mirror of https://github.com/videojs/video.js.git synced 2025-01-02 06:32:07 +02:00

@mister-ben updated the time tooltips to use the chosen font family. closes #3213

This commit is contained in:
mister-ben 2016-03-29 17:53:09 -04:00 committed by Gary Katsevman
parent 46374f5b57
commit 6e579ba4da
2 changed files with 2 additions and 1 deletions

View File

@ -12,6 +12,7 @@ CHANGELOG
* fix IE8 tests for VIDEOJS_NO_DYNAMIC_STYLE ([view](https://github.com/videojs/video.js/pull/3215))
* @OwenEdwards fixed links adding extra tab stop with IE by removing anchor tags on videojs init ([view](https://github.com/videojs/video.js/pull/3194))
* @scaryguy updated videojs cdn urls in the README ([view](https://github.com/videojs/video.js/pull/3195))
* @mister-ben updated the time tooltips to use the chosen font family ([view](https://github.com/videojs/video.js/pull/3213))
--------------------

View File

@ -42,7 +42,7 @@
.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-mouse-display:after,
.video-js .vjs-progress-control:hover .vjs-play-progress:after {
font-family: VideoJS;
font-family: $text-font-family;
visibility: visible;
font-size: 0.6em;
}