SyntaxFix
Write A Post
Hire A Developer
Questions
You have two options:
Extend your .paging class definition:
.paging
.paging:hover { border:1px solid #999; color:#000; }
Use the DOM hierarchy to apply the CSS style:
div.paginate input:hover { border:1px solid #999; color:#000; }