Jump to content

Not Work hover effect If UniPanel set color in design time need help


Recommended Posts

Posted

Hello all

Not Work hover effect UniPanel..

If I set color in design time clBlack and add document.getElementById(sender.body.id).className += " hoverpanel"

Not work for me.

If I place UniPanel and don't change color  and add document.getElementById(sender.body.id).className += " hoverpanel"  Work Fine

 

Custom CSS

.hoverpanel:hover {
 background-color: #3D3E3F;
}

 

I found answer myself

 

.hoverpanel{
 background-color: #1B1C1D;

 

.hoverpanel:hover {
 background-color: #3D3E3F;
}

:unsure:

  • Upvote 1

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...