Tagged assets: Style 'load more items' button
This commit is contained in:
parent
dbba955afe
commit
e05a0c0e04
@ -132,7 +132,7 @@
|
||||
|
||||
if (LOAD_NEXT_COUNT > 0) {
|
||||
// Construct the 'load next' link.
|
||||
let link = $('<a class="btn btn-link px-5 my-auto">')
|
||||
let link = $('<a class="btn btn-outline-primary px-5 mb-auto mx-3 btn-block">')
|
||||
.addClass('js-load-next')
|
||||
.attr('href', 'javascript:void(0);')
|
||||
.click(function() { loadNext(card_deck_element); return false; })
|
||||
|
Loading…
x
Reference in New Issue
Block a user