fix video controls css
This commit is contained in:
parent
5ba6e39c99
commit
153123e5e5
1 changed files with 3 additions and 0 deletions
|
@ -1001,6 +1001,9 @@ Video
|
||||||
background-image: -o-linear-gradient(top, $videoInputGradient);
|
background-image: -o-linear-gradient(top, $videoInputGradient);
|
||||||
background-image: -webkit-linear-gradient(top, $videoInputGradient);
|
background-image: -webkit-linear-gradient(top, $videoInputGradient);
|
||||||
}
|
}
|
||||||
|
.$themeClass .OxVideoPlayer .OxSettings {
|
||||||
|
background-image: none;
|
||||||
|
}
|
||||||
.$themeClass .OxVideoPlayer .OxSettings > div {
|
.$themeClass .OxVideoPlayer .OxSettings > div {
|
||||||
background-color: $videoMenuBackground;
|
background-color: $videoMenuBackground;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue