mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 17:32:25 +08:00
[SSE] Fix icons in custom date filter dlg
This commit is contained in:
@ -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));
|
||||
|
||||
Reference in New Issue
Block a user