Merge pull request #1222 from kgarner7/paginate-songs-page
Paginate songs page
This commit is contained in:
commit
5bd5d92370
9 changed files with 217 additions and 15 deletions
|
@ -10652,6 +10652,26 @@ fieldset:disabled .btn {
|
|||
margin-bottom: -1.5px;
|
||||
align-self: center;
|
||||
}
|
||||
.page-btn {
|
||||
align-self: center;
|
||||
height: 32px;
|
||||
}
|
||||
.page-btn img {
|
||||
height: 100%;
|
||||
align-self: center;
|
||||
}
|
||||
.md-ico-first {
|
||||
content: url('./assets/angles-left.svg');
|
||||
}
|
||||
.md-ico-prev {
|
||||
content: url('./assets/chevron-left.svg');
|
||||
}
|
||||
.md-ico-next {
|
||||
content: url('./assets/chevron-right.svg');
|
||||
}
|
||||
.md-ico-last {
|
||||
content: url('./assets/angles-right.svg');
|
||||
}
|
||||
.reload-btn {
|
||||
background: rgba(86, 86, 86, 0.52);
|
||||
border-radius: 100%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue