1
0
Fork 0
forked from 0x2620/oxjs

fix video buttons

This commit is contained in:
rolux 2013-01-31 17:28:35 +05:30
commit dc8bde4f73
3 changed files with 24 additions and 22 deletions

View file

@ -325,7 +325,8 @@ Forms
background-image: -webkit-linear-gradient(top, $buttonDisabledGradient);
color: $buttonDisabledColor;
}
.$themeClass .OxButton.OxSymbol.OxDisabled {
.$themeClass .OxButton.OxSymbol.OxDisabled,
.$themeClass .OxButton.OxVideo.OxDisabled {
background-color: transparent;
background-image: none;
}