I have an Asp.Net button and I am applying flick theme to my buttons and it’s applying to it but on mouse hovering it doesn’t change the colour.
Here is what I am doing?May be I am wrong Can anyone guide me through this as I am able to work with normal html button by using
<button>Click Me!</button>
This is how I am working with Asp.net button:
<asp:Button ID="Button1" runat="server" Text="Click Me!" CssClass="ui-button ui-state-default"/>
Anyways I found the answer and here is what I have did and worked well!
Code for displaying: