Hey Armin,
I have different background-colors for most of my projects. When I click on the project it feels like a little delay and then the background-color changes. But it´s to slow and cheesy.
Is there an option for turning off the transition of the background-color? I already tried css, but it won´t work.
The code I tried:
.body {
-webkit-transition: none !important;
-moz-transition: none !important;
-o-transition: none !important;
-ms-transition: none !important;
transition: none !important;
}
I hope you have a better idea to solve this problem.
Thx a lot,
Chris