Give bottom pagination bar transparent background (#5958)

This commit is contained in:
WithoutPants
2025-06-24 13:01:28 +10:00
committed by GitHub
parent 4b5424dd51
commit 81c3988777

View File

@@ -952,7 +952,7 @@ input[type="range"].zoom-slider {
} }
.pagination-footer { .pagination-footer {
background-color: $body-bg; background-color: transparent;
bottom: $navbar-height; bottom: $navbar-height;
padding: 0.5rem 1rem; padding: 0.5rem 1rem;
position: sticky; position: sticky;
@@ -964,5 +964,10 @@ input[type="range"].zoom-slider {
.pagination { .pagination {
margin-bottom: 0; margin-bottom: 0;
.btn:disabled {
color: #888;
opacity: 1;
}
} }
} }