Home Forums Theme support Caboom theme sticky sidebar Reply To: Caboom theme sticky sidebar

okey. Then maybe you can say why don’t work this:
.sc_fa_icon, [class*=”sc_fa_icon icon-“]
{
color:inherit;
background-color:inherit;
font-size:inherit;
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}
.sc_fa_icon:hover {

-webkit-transform:rotate(360deg);
-moz-transform:rotate(360deg);
transform: rotate(360deg);
}
It work it works in all browsers except in Mozilla and Safari. Maybe I need something more to write?