Last active
December 11, 2015 00:29
-
-
Save tomharrigan/4516723 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .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