fix background of disabled symbol buttons

This commit is contained in:
rolux 2013-01-31 16:53:39 +05:30
parent a2ffd8e439
commit a49fa8f57f

View file

@ -327,7 +327,7 @@ Forms
}
.$themeClass .OxButton.OxSymbol.OxDisabled {
background-color: transparent;
opacity: 0.5;
background-image: none;
}