1
0
Fork 0
forked from 0x2620/oxjs

update css and themes

This commit is contained in:
rolux 2013-02-21 01:30:16 +05:30
commit 6e1491eae3
5 changed files with 9 additions and 3 deletions

View file

@ -1022,6 +1022,9 @@ Video
.$themeClass .OxVideoPlayer .OxSettings > div {
background-color: $videoMenuBackground;
}
.$themeClass .OxVideoPlayer .OxSettings > div.OxDisabled > div {
color: $videoMenuDisabledColor;
}
.$themeClass .OxVideoPlayer .OxSettings > div.OxSelected {
background-image: -moz-linear-gradient(top, $videoMenuSelectedGradient);
background-image: -o-linear-gradient(top, $videoMenuSelectedGradient);