Ulugbek Posted August 17, 2015 Posted August 17, 2015 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;} 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.