mirror of
https://github.com/stashapp/stash.git
synced 2025-12-26 10:14:15 +01:00
Give bottom pagination bar transparent background (#5958)
This commit is contained in:
parent
4b5424dd51
commit
81c3988777
1 changed files with 6 additions and 1 deletions
|
|
@ -952,7 +952,7 @@ input[type="range"].zoom-slider {
|
|||
}
|
||||
|
||||
.pagination-footer {
|
||||
background-color: $body-bg;
|
||||
background-color: transparent;
|
||||
bottom: $navbar-height;
|
||||
padding: 0.5rem 1rem;
|
||||
position: sticky;
|
||||
|
|
@ -964,5 +964,10 @@ input[type="range"].zoom-slider {
|
|||
|
||||
.pagination {
|
||||
margin-bottom: 0;
|
||||
|
||||
.btn:disabled {
|
||||
color: #888;
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue