mirror of
https://github.com/videojs/video.js.git
synced 2025-01-04 06:48:49 +02:00
@misteroneill removed z-index from big play button. closes #2639
This commit is contained in:
parent
51f1863adc
commit
86f23d39fd
@ -9,6 +9,7 @@ CHANGELOG
|
|||||||
* @nickygerritsen added canPlayType method to player ([view](https://github.com/videojs/video.js/pull/2709))
|
* @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))
|
* @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 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))
|
||||||
|
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
@ -4,7 +4,6 @@
|
|||||||
height: $big-play-button--height;
|
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.
|
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;
|
display: block;
|
||||||
z-index: 2;
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 10px;
|
top: 10px;
|
||||||
left: 10px;
|
left: 10px;
|
||||||
|
Loading…
Reference in New Issue
Block a user