20.04.2023, 07:56
(09.03.2023, 12:48)admin Wrote: Works for me as is. See if this works:
Code:.rotate180,
.rotate180:active {
transform: rotate(180deg) !important;
-webkit-transform: rotate(180deg) !important;
}
Hi!
It doesn´t work. I put this class (rotate45) in aditional class but it doesn´t work. When i click it changes to original rotation.
Code:
.rotate45,
.rotate45:active{
transform:rotate(45deg)!important;
-webkit-transform: rotate(45deg) !important;
}