23.09.2022, 12:57
I have an object that I want to visualize and I want to give it a certain tilt.
This is the css with the custom class .rota
I have added the object, so that it shows only the value and the object rotates perfectly.
The point is that if I click on the object, the wiget appears to change its value and I only want it to be displayed.
So in the visualization I put read only and then it does not rotate.
I have tried to put the important option but cheat.
Interestingly, if I change the color of findo, it works.
Greeting
This is the css with the custom class .rota
Code:
.rota{
transform: rotate(45deg);
}
I have added the object, so that it shows only the value and the object rotates perfectly.
The point is that if I click on the object, the wiget appears to change its value and I only want it to be displayed.
So in the visualization I put read only and then it does not rotate.
I have tried to put the important option but cheat.
Interestingly, if I change the color of findo, it works.
Greeting