Fix toolbar icons
This commit is contained in:
parent
16fbda860d
commit
08daab14b1
|
@ -218,7 +218,7 @@ define([
|
|||
cls : 'btn-toolbar x-huge icon-top',
|
||||
caption : this.txtCompare,
|
||||
split : true,
|
||||
iconCls: 'btn-compare'
|
||||
iconCls: 'toolbar__icon btn-compare'
|
||||
});
|
||||
|
||||
this.btnTurnOn = new Common.UI.Button({
|
||||
|
@ -329,7 +329,7 @@ define([
|
|||
cls: 'btn-toolbar x-huge icon-top',
|
||||
caption: this.txtCommentRemove,
|
||||
split: true,
|
||||
iconCls: 'btn-rem-comment'
|
||||
iconCls: 'toolbar__icon btn-rem-comment'
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
@ -467,9 +467,6 @@
|
|||
&.borders--small {
|
||||
border-radius: 2px;
|
||||
background-color: #fff;
|
||||
.button-normal-icon(btn-compare, 82, @toolbar-big-icon-size);
|
||||
.button-normal-icon(btn-rem-comment, 83, @toolbar-big-icon-size);
|
||||
.button-normal-icon(btn-symbol, 84, @toolbar-big-icon-size);
|
||||
|
||||
&:not(:active) {
|
||||
box-shadow: inset 0 0 0 1px #cbcbcb;
|
||||
|
|
|
@ -543,7 +543,7 @@ define([
|
|||
this.btnInsertSymbol = new Common.UI.Button({
|
||||
id: 'tlbtn-insertsymbol',
|
||||
cls: 'btn-toolbar x-huge icon-top',
|
||||
iconCls: 'btn-symbol',
|
||||
iconCls: 'toolbar__icon btn-symbol',
|
||||
caption: me.capBtnInsSymbol
|
||||
});
|
||||
this.paragraphControls.push(this.btnInsertSymbol);
|
||||
|
|
|
@ -553,7 +553,7 @@ define([
|
|||
me.btnInsertSymbol = new Common.UI.Button({
|
||||
id: 'tlbtn-insertsymbol',
|
||||
cls: 'btn-toolbar x-huge icon-top',
|
||||
iconCls: 'btn-symbol',
|
||||
iconCls: 'toolbar__icon btn-symbol',
|
||||
caption: me.capBtnInsSymbol,
|
||||
lock: [_set.slideDeleted, _set.paragraphLock, _set.lostConnect, _set.noSlides, _set.noParagraphSelected]
|
||||
});
|
||||
|
|
|
@ -724,7 +724,7 @@ define([
|
|||
me.btnInsertSymbol = new Common.UI.Button({
|
||||
id: 'tlbtn-insertsymbol',
|
||||
cls: 'btn-toolbar x-huge icon-top',
|
||||
iconCls: 'btn-symbol',
|
||||
iconCls: 'toolbar__icon btn-symbol',
|
||||
caption: me.capBtnInsSymbol,
|
||||
lock: [_set.selImage, _set.selChart, _set.selShape, _set.editFormula, _set.selRangeEdit, _set.coAuth, _set.coAuthText, _set.lostConnect]
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue