SyntaxFix
Write A Post
Hire A Developer
Questions
Add the below code
input[type="submit"]:hover { border: 1px solid #999; color: #000; }
If you need only for these button then you can add id name
#paginate input[type="submit"]:hover { border: 1px solid #999; color: #000; }
DEMO