summaryrefslogtreecommitdiffstats
path: root/public/js
diff options
context:
space:
mode:
Diffstat (limited to 'public/js')
-rw-r--r--public/js/index.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/public/js/index.js b/public/js/index.js
index b5604ed82f..062ed7ce4d 100644
--- a/public/js/index.js
+++ b/public/js/index.js
@@ -2775,7 +2775,7 @@ function initTopicbar() {
var last = viewDiv.children("a").last();
for (var i=0; i < topicArray.length; i++) {
- $('<div class="ui green basic label topic" style="cursor:pointer;">'+topicArray[i]+'</div>').insertBefore(last)
+ $('<div class="ui small label topic" style="cursor:pointer;">'+topicArray[i]+'</div>').insertBefore(last)
}
}
editDiv.css('display', 'none');
@@ -2817,7 +2817,7 @@ function initTopicbar() {
basic: true,
},
className: {
- label: 'ui green basic label'
+ label: 'ui small label'
},
apiSettings: {
url: suburl + '/api/v1/topics/search?q={query}',