Skip to content

Commit 511d5c9

Browse files
committed
series/info.html: change style of "Add to collection" button.
1 parent 53e6aae commit 511d5c9

File tree

1 file changed

+1
-1
lines changed
  • src/main/webapp/WEB-INF/views/series

1 file changed

+1
-1
lines changed

src/main/webapp/WEB-INF/views/series/info.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@
215215
</p>
216216
<p>
217217
<input type="hidden" name="action" value="ADD" />
218-
<input type="submit" class="btn btn-primary" value="Add to collection" th:value="#{t_add_to_collection}" />
218+
<input type="submit" class="btn btn-success" value="Add to collection" th:value="#{t_add_to_collection}" />
219219
</p>
220220
</form>
221221
</div>

0 commit comments

Comments
 (0)