Hello I’m using WiseJ, the bootstrap theme. And I wanted to know how I can add a hover effect to the button, either by WiseJ Theme Editor or by VS. For example, I hover the mouse over the button and the BackColor remains the same… I wanted the button’s color to stay the same but a little darker. Even in the Material theme, which has hover, if I set a back color, the color stays static and doesn’t change. How can I resolve this? Thank you very much.
Hi Ruben,
Attached is a mixin file that enables the hovering effect you need.
A theme mixin is applicable to all themes, meaning it overrides whatever default value on any theme you want.
With the Wisej.NET theming system, you can use CSS to customize your themes to include virtually anything you want!
I would suggest that you take a look at our Theme Builder documentation for more info!
All you have to do now, is to download the mixin file from here, and then copy/paste it into your application’s Themes folder and you’re all good to go!
HTH,
Alaa
Please login first to submit.