Skip to content

Commit

Permalink
Get proper colors for the mouse time display.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkatsev committed Sep 11, 2015
1 parent b2d2770 commit abeb30e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/css/components/_progress.scss
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,6 @@ specific time ranges that have been buffered */
}
.video-js .vjs-progress-control .vjs-mouse-display .vjs-mouse-display-bar:after {
visibility: visible;
filter: invert(100%);
-webkit-filter: invert(100%);
color: $primary-text;
@include background-color-with-alpha($primary-bg, 0.8);
}

0 comments on commit abeb30e

Please sign in to comment.