fix video controls css
This commit is contained in:
parent
4b46fa42da
commit
f8cfe9f8c8
1 changed files with 1 additions and 5 deletions
|
@ -986,11 +986,7 @@ Video
|
|||
border-color: $videoTimelineMarkerShadow;
|
||||
}
|
||||
|
||||
.$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,
|
||||
.$themeClass .OxVideoPlayer .OxControls .OxFind {
|
||||
background-image: -moz-linear-gradient(top, $videoBarGradient);
|
||||
background-image: -o-linear-gradient(top, $videoBarGradient);
|
||||
|
|
Loading…
Reference in a new issue