mirror of
https://github.com/videojs/video.js.git
synced 2024-12-27 02:43:45 +02:00
Added versions for skins.
This commit is contained in:
parent
bfad8f161e
commit
152c42753c
@ -1,3 +1,8 @@
|
||||
/*
|
||||
VideoJS HuCSS Skin (http://videojs.com)
|
||||
Version 1.1.5
|
||||
*/
|
||||
|
||||
.hu-css ul.vjs-controls {
|
||||
height: 47px; opacity: 0.95; color: #fff;
|
||||
padding-left: 84px; /* Width of play button + margin */
|
||||
|
@ -1,3 +1,8 @@
|
||||
/*
|
||||
VideoJS TubeCSS Skin (http://videojs.com)
|
||||
Version 1.1.5
|
||||
*/
|
||||
|
||||
.tube-css ul.vjs-controls {
|
||||
opacity: 1; color: #000;
|
||||
height: 25px;
|
||||
|
@ -1,3 +1,8 @@
|
||||
/*
|
||||
VideoJS VimCSS Skin (http://videojs.com)
|
||||
Version 1.1.5
|
||||
*/
|
||||
|
||||
.vim-css ul.vjs-controls {
|
||||
height: 50px; opacity: 0.9; color: #fff;
|
||||
padding-left: 85px; /* Width of play button + margin */
|
||||
|
Loading…
Reference in New Issue
Block a user