Fix button icons

pull/1/head
yflory 3 years ago
parent 651dfee26c
commit 600cca564d

@ -113,7 +113,7 @@
transition: none; transition: none;
i, .fa, .cptools { i, .fa, .cptools {
&:not(:last-child) { &:not(.nomargin) {
margin-right: 5px; margin-right: 5px;
} }
} }

@ -3920,7 +3920,7 @@ define([
framework.localChange(); framework.localChange();
refreshEndDate(); refreshEndDate();
}); });
var cancel = h('button.btn.btn-danger', h('i.fa.fa-times')); var cancel = h('button.btn.btn-danger', h('i.fa.fa-times.nomargin'));
$(cancel).click(function () { $(cancel).click(function () {
refreshEndDate(); refreshEndDate();
}); });

Loading…
Cancel
Save