subtitle and language selector in video player, respect audio and subtitle preference selections
This commit is contained in:
parent
25e062004f
commit
9c2e442d46
5 changed files with 131 additions and 63 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue