Submit button hover creates problem
-
Hello there,
I don’t know if you are aware but your included CSS on this plugin is creating problems on the hover of native WordPress buttons.
input.submit {
cursor: pointer;
width: 100%;
position: relative;
height: 25px;
background-color: #2E68C5;
border-radius: 4px;
color: #fff;
}
.submit:hover {
background-color: #9B9D9E;
color: #fff;
}especially “submit:hover” button.
You can see the behavior on this screenshot http://drops.laborator.co/adHf
I would suggest you to use another class for your plugin buttons, or leave them just how the WordPress renders them natively.
Kind Regards,
Ylli
The topic ‘Submit button hover creates problem’ is closed to new replies.
