1
0
mirror of https://github.com/videojs/video.js.git synced 2025-04-17 12:06:22 +02:00

315 Fullscreen button CSS rules for webkit and Firefox added

This commit is contained in:
Aleksandr Sandrovskiy 2013-02-05 21:58:17 +03:00
parent a84d1f85b8
commit 042b81e566

View File

@ -323,6 +323,8 @@ so you can upgrade to newer versions easier. You can remove all these styles by
.vjs-default-skin .vjs-fullscreen-control { width: 3.8em; cursor: pointer !important; float: right; }
.vjs-default-skin .vjs-fullscreen-control div { width: 16px; height: 16px; background: url('video-js.png') -50px 0; margin: 0.5em auto 0; }
:-moz-full-screen .vjs-fullscreen-control div {background: url('video-js.png') -75px 0;}
:-webkit-full-screen .vjs-fullscreen-control div {background: url('video-js.png') -75px 0;}
.vjs-default-skin.vjs-fullscreen .vjs-fullscreen-control div { background: url('video-js.png') -75px 0; }