aboutsummaryrefslogtreecommitdiff
path: root/bootstrap/comments/frontend/uncollapsecommentslink.js
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap/comments/frontend/uncollapsecommentslink.js')
-rw-r--r--bootstrap/comments/frontend/uncollapsecommentslink.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/bootstrap/comments/frontend/uncollapsecommentslink.js b/bootstrap/comments/frontend/uncollapsecommentslink.js
index 48fbeb9..c6372d1 100644
--- a/bootstrap/comments/frontend/uncollapsecommentslink.js
+++ b/bootstrap/comments/frontend/uncollapsecommentslink.js
@@ -11,7 +11,9 @@ HashOver.prototype.uncollapseCommentsLink = function ()
// If so, create "More Comments" hyperlink
this.instance['more-link'] = this.elements.create ('a', {
href: '#',
- className: 'hashover-more-link',
+ className: 'hashover-more-link bg-blue-light hover:bg-blue no-underline'
+ + ' text-white font-bold py-2 px-4 shadow-md'
+ + ' hover:border-blue rounded inline-block mt-2',
title: this.instance['more-link-text'],
textContent: this.instance['more-link-text'],