forked from 0x2620/oxjs
fix video buttons
This commit is contained in:
parent
788989258a
commit
dc8bde4f73
3 changed files with 24 additions and 22 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue