fix video controls css
This commit is contained in:
parent
32271e2578
commit
5ba6e39c99
1 changed files with 3 additions and 8 deletions
|
@ -986,26 +986,21 @@ Video
|
|||
border-color: $videoTimelineMarkerShadow;
|
||||
}
|
||||
|
||||
.$themeClass .OxVideoPlayer .OxControls.OxOnScreen {
|
||||
.$themeClass .OxVideoPlayer .OxControls {
|
||||
background-image: -moz-linear-gradient(top, $videoBarGradient);
|
||||
background-image: -o-linear-gradient(top, $videoBarGradient);
|
||||
background-image: -webkit-linear-gradient(top, $videoBarGradient);
|
||||
}
|
||||
.$themeClass .OxVideoPlayer .OxControls.OxOnScreen .OxFind {
|
||||
.$themeClass .OxVideoPlayer .OxControls .OxFind {
|
||||
background-image: -moz-linear-gradient(top, $videoBarGradient);
|
||||
background-image: -o-linear-gradient(top, $videoBarGradient);
|
||||
background-image: -webkit-linear-gradient(top, $videoBarGradient);
|
||||
}
|
||||
.$themeClass .OxVideoPlayer .OxControls.OxOnScreen input.OxInput {
|
||||
.$themeClass .OxVideoPlayer .OxControls input.OxInput {
|
||||
background-image: -moz-linear-gradient(top, $videoInputGradient);
|
||||
background-image: -o-linear-gradient(top, $videoInputGradient);
|
||||
background-image: -webkit-linear-gradient(top, $videoInputGradient);
|
||||
}
|
||||
.$themeClass .OxVideoPlayer .OxControls.OxOnScreen .OxFind input.OxInput {
|
||||
//background-image: -moz-linear-gradient(top, $videoInputGradient);
|
||||
//background-image: -o-linear-gradient(top, $videoInputGradient);
|
||||
//background-image: -webkit-linear-gradient(top, $videoInputGradient);
|
||||
}
|
||||
.$themeClass .OxVideoPlayer .OxSettings > div {
|
||||
background-color: $videoMenuBackground;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue