Last active
August 29, 2015 14:07
-
-
Save tut-tuuut/d80b347295c2a407fc4d to your computer and use it in GitHub Desktop.
Meilleure ergonomie de la pagination sur nanowrimo.org / bigger buttons for pagination on nanowrimo.org
This file contains 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 > a, | |
.pagination > em.current, | |
.pagination > span { | |
border: 1px solid #ddd; | |
display: inline-block; | |
padding: .5em .9em; | |
border-radius: .3em; | |
} | |
.pagination > .disabled { | |
border-color: #eee; | |
color: #ddd; | |
} | |
.pagination > a:hover, | |
.pagination > a:focus { | |
border-color: #3e869e; | |
color: #fff; | |
background: #58a4bd; | |
text-decoration: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment