Skip to content

Commit

Permalink
Add background-color to pagination links.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcenizal committed Jun 2, 2016
1 parent b50451f commit 988d579
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ui/public/styles/pagination.less
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ paginate {

a {
text-decoration: none;
background-color: @white;
background-color: @kibanaGray6;
margin-left: 2px;
padding: 8px 11px;
}
Expand All @@ -42,6 +42,7 @@ paginate {
text-decoration: none !important;
font-weight: bold;
color: @paginate-page-link-active-color;
cursor: default;
}
}
}
Expand Down

0 comments on commit 988d579

Please sign in to comment.