subtitle and language selector in video player, respect audio and subtitle preference selections

This commit is contained in:
Techywarrior 2013-04-04 19:09:05 -07:00
parent 25e062004f
commit 9c2e442d46
5 changed files with 131 additions and 63 deletions

View file

@ -838,8 +838,10 @@ progress {
width: auto !important;
}
.vjs-quality-button div {
background: red !important;
.vjs-default-skin .vjs-menu-button.vjs-quality-button div {
background: url("images/media/quality.png");
height: 16px;
width: 16px;
}
.vjs-chapter-button div {
@ -873,7 +875,7 @@ progress {
}
.vjs-subtitle-button div {
background: green !important;
background-position: -25px -75px !important;
}
.vjs-subtitle-button.vjs-menu-button ul {
@ -889,8 +891,10 @@ progress {
padding-right: 10px;
}
.vjs-language-button div {
background: yellow !important;
.vjs-default-skin .vjs-menu-button.vjs-language-button div {
background: url("images/media/language.png") !important;
height: 16px;
width: 16px;
}
.vjs-language-button.vjs-menu-button ul {