Hi,
Please test this and update the color codes to your required.
.post-filter-tabs li a {
display: block;
padding: 0 15px;
border: 1px solid #ccc;
}
.post-filter-tabs li a:hover, .post-filter-tabs li.selected a {
border: 1px solid #26d798!important;
color: #fff;
background-color: #26d798;
}
Thanks.