N°3914 Fix add criteria buttons style

This commit is contained in:
Stephen Abello
2021-06-04 09:56:00 +02:00
parent 74eabafe31
commit 1b58d9b801

View File

@@ -514,8 +514,8 @@ $(function()
// - Buttons // - Buttons
var oButtonsElem = $('<div></div>') var oButtonsElem = $('<div></div>')
.addClass('sfm_buttons') .addClass('sfm_buttons')
.append('<button type="button" name="apply">' + Dict.S('UI:Button:Apply') + '</button>') .append('<button type="button" class="ibo-button ibo-is-regular ibo-is-neutral" name="apply">' + Dict.S('UI:Button:Apply') + '</button>')
.append('<button type="button" name="cancel">' + Dict.S('UI:Button:Cancel') + '</button>') .append('<button type="button" class="ibo-button ibo-is-regular ibo-is-neutral" name="cancel">' + Dict.S('UI:Button:Cancel') + '</button>')
.appendTo(oContentElem); .appendTo(oContentElem);
// Bind events // Bind events