Skip to content

Instantly share code, notes, and snippets.

@tomharrigan
Last active December 11, 2015 00:29
Show Gist options
  • Select an option

  • Save tomharrigan/4516723 to your computer and use it in GitHub Desktop.

Select an option

Save tomharrigan/4516723 to your computer and use it in GitHub Desktop.
.pagination.woo-pagination .page-numbers.current, .pagination.woo-pagination a:hover {
color: #fff;
background: #211e1a;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
box-shadow: inset 0 0 2px rgba(0,0,0,0.4);
-moz-box-shadow: inset 0 0 2px rgba(0,0,0,0.4);
-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.4);
}
.pagination.woo-pagination {
background-color: transparent;
width: 100%;
}
.pagination.woo-pagination .page-numbers {
color: #e6e5e4;
padding: 5px 10px 4px;
background-color: transparent;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment