fix video controls css

This commit is contained in:
rolux 2013-02-09 13:40:10 +05:30
parent 5ba6e39c99
commit 153123e5e5

View file

@ -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;
} }