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

@misteroneill removed z-index from big play button. closes #2639

This commit is contained in:
Pat O'Neill 2015-10-28 15:53:14 -04:00 committed by Gary Katsevman
parent 51f1863adc
commit 86f23d39fd
2 changed files with 1 additions and 1 deletions

View File

@ -9,6 +9,7 @@ CHANGELOG
* @nickygerritsen added canPlayType method to player ([view](https://github.com/videojs/video.js/pull/2709))
* @gkatsev fixes track tests and ignored empty properties in tracks converter ([view](https://github.com/videojs/video.js/pull/2744))
* @misteroneill added a modal dialog ([view](https://github.com/videojs/video.js/pull/2668))
* @misteroneill removed z-index from big play button ([view](https://github.com/videojs/video.js/pull/2639))
--------------------

View File

@ -4,7 +4,6 @@
height: $big-play-button--height;
width: $big-play-button--width; // Firefox bug: For some reason without width the icon wouldn't show up. Switched to using width and removed padding.
display: block;
z-index: 2;
position: absolute;
top: 10px;
left: 10px;