[SSE] Fix icons in custom date filter dlg

This commit is contained in:
Julia.Svinareva
2024-02-02 16:38:59 +03:00
parent 028d067996
commit 176ecb96ce

View File

@ -181,7 +181,7 @@ define([
this.btnDatePicker1 = new Common.UI.Button({
parentEl: $('#id-btn-date-picker-1', this.$window),
cls: 'btn-toolbar bg-white',
iconCls: 'toolbar__icon',
iconCls: 'toolbar__icon btn-date',
hint: this.txtSelectDate
});
this.btnDatePicker1.on('click', _.bind(this.showDatePicker, this));
@ -189,7 +189,7 @@ define([
this.btnDatePicker2 = new Common.UI.Button({
parentEl: $('#id-btn-date-picker-2', this.$window),
cls: 'btn-toolbar bg-white',
iconCls: 'toolbar__icon',
iconCls: 'toolbar__icon btn-date',
hint: this.txtSelectDate
});
this.btnDatePicker2.on('click', _.bind(this.showDatePicker, this));