aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Ansum/ansum.rtl.css
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2022-02-06 17:29:56 +0100
committerGravatar GitHub <noreply@github.com> 2022-02-06 17:29:56 +0100
commitdfee46792f91cc357f697f35e7429c0c196f6a16 (patch)
treebeffd4906747360905decfa9142a0f63c62c5806 /p/themes/Ansum/ansum.rtl.css
parent1c5cf718599f698836fef3f8f88748757a7e85b5 (diff)
Improved: "Pagination" + load more button (#4125)
* Frontend changes done * Load more should work now also without JS * Update template.rtl.css * improved the themes' CSS * Update template.rtl.css * fix CI * CSS prop. order fixed * Rename pagination.phtml to stream-footer.phtml * use the new template name * rename key of i18n * fixed CI, that does not like the white space * rename pagination variable * Update indexController.php
Diffstat (limited to 'p/themes/Ansum/ansum.rtl.css')
-rw-r--r--p/themes/Ansum/ansum.rtl.css5
1 files changed, 2 insertions, 3 deletions
diff --git a/p/themes/Ansum/ansum.rtl.css b/p/themes/Ansum/ansum.rtl.css
index 34dcd75e6..d8dc71e15 100644
--- a/p/themes/Ansum/ansum.rtl.css
+++ b/p/themes/Ansum/ansum.rtl.css
@@ -357,10 +357,9 @@ form th {
background: #363330;
color: #f5f0ec;
}
-.pagination .loading,
-.pagination a:hover.loading {
+#load_more.loading,
+#load_more.loading:hover {
background: url("loader.gif") center center no-repeat #34495e;
- font-size: 0;
}
.content .pagination {