Commit 92fe0ebe authored by Ben Galloway's avatar Ben Galloway

More Pagination colour tweaks

parent f8c92f37
......@@ -4229,7 +4229,7 @@ tbody.collapse.show {
margin-left: -1px;
line-height: 1.25;
color: #30b7bb;
background-color: #fff;
background-color: #f1f4f5;
border: 1px solid #dee2e6;
}
......@@ -4269,10 +4269,10 @@ tbody.collapse.show {
}
.page-item.disabled .page-link {
color: #ced4da;
color: #fff;
pointer-events: none;
cursor: auto;
background-color: #f1f4f5;
background-color: #dee2e6;
border-color: #dee2e6;
}
......
This diff is collapsed.
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
......@@ -125,9 +125,9 @@ $dropdown-bg: theme-color("light");
// Pagination
$pagination-bg: $white;
$pagination-disabled-bg: theme-color("light");
$pagination-disabled-color: $gray-400;
$pagination-bg: theme-color("light");
$pagination-disabled-bg: $gray-300;
$pagination-disabled-color: $white;
// Jumbotron
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment