modified : player IE issue fixed
This commit is contained in:
parent
f41f82830d
commit
f9201e3f95
5 changed files with 22 additions and 95 deletions
|
@ -30,6 +30,7 @@
|
|||
left: 0;
|
||||
}*/
|
||||
|
||||
.vjs-captions-button .vjs-menu li,
|
||||
.vjs-resolution-button .vjs-menu li {
|
||||
text-transform: none;
|
||||
font-size: 1.4em;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -4,7 +4,7 @@
|
|||
@include flex(none);
|
||||
@extend .vjs-icon-volume-high;
|
||||
&:before {
|
||||
font-size: 2em;
|
||||
//font-size: 2em;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -16,14 +16,14 @@
|
|||
.video-js .vjs-volume-menu-button.vjs-vol-1 {
|
||||
@extend .vjs-icon-volume-low;
|
||||
&:before {
|
||||
font-size: 2em;
|
||||
//font-size: 2em;
|
||||
}
|
||||
}
|
||||
.video-js .vjs-mute-control.vjs-vol-2,
|
||||
.video-js .vjs-volume-menu-button.vjs-vol-2 {
|
||||
@extend .vjs-icon-volume-mid;
|
||||
&:before {
|
||||
font-size: 2em;
|
||||
//font-size: 2em;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -96,6 +96,22 @@
|
|||
.vjs-default-skin.vjs-paused .vjs-big-play-button {
|
||||
display: block;
|
||||
}
|
||||
.vjs-captions-button.vjs-control {
|
||||
width: 4em;
|
||||
padding: 3px 0 0 0;
|
||||
&:before {
|
||||
content: '\e900' !important;
|
||||
font-size: 1.4em;
|
||||
}
|
||||
}
|
||||
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
|
||||
//IE10+ CSS styles go here
|
||||
.vjs-captions-button.vjs-control {
|
||||
&:before {
|
||||
font-size: 0.60em !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
@media only screen and (max-width: 767px) {
|
||||
.video-js .vjs-big-play-button {
|
||||
&:before {
|
||||
|
|
Loading…
Add table
Reference in a new issue