bootstrap 4 upgrade

This commit is contained in:
azivner
2018-11-05 21:12:03 +01:00
parent 7bdbea81f1
commit 24a1838b13
26 changed files with 64 additions and 10085 deletions

View File

@@ -64,7 +64,7 @@ function FrontendScriptApi(startNote, currentNote, originEntity = null) {
.addClass("ui-icon ui-icon-" + opts.icon);
const button = $('<button>')
.addClass("btn btn-xs")
.addClass("btn btn-sm")
.click(opts.action)
.append(icon)
.append($("<span>").text(opts.title));