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 https://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
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Submit button hover creates problem’ is closed to new replies.