Skip to content

Instantly share code, notes, and snippets.

@cofemei
Created April 24, 2017 05:48
Show Gist options
  • Select an option

  • Save cofemei/fe1bd4abe566929fd93b538794e4d497 to your computer and use it in GitHub Desktop.

Select an option

Save cofemei/fe1bd4abe566929fd93b538794e4d497 to your computer and use it in GitHub Desktop.
.pagination > a, .pagination > span {
background-color: #fff;
border: 1px solid #ddd;
color: #428bca;
float: left;
line-height: 1.42857;
margin-left: -1px;
padding: 6px 12px;
position: relative;
text-decoration: none;
}
.pagination > a.active, .currentStep, .pagination > span, .pagination a:hover, .pagination span:hover, .pagination a:focus, .pagination span:focus {
background-color: #428bca;
border-color: #428bca;
color: #fff;
cursor: default;
z-index: 2;
}
.pagination > a:hover {
cursor: pointer;
background-color: #ddd;
border: 1px solid #ddd;
color: #428bca;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment