[DE] Change icon for compare button
This commit is contained in:
parent
a9c2c7a3e6
commit
dfd3f3f3ea
|
@ -204,7 +204,7 @@ define([
|
||||||
cls : 'btn-toolbar x-huge icon-top',
|
cls : 'btn-toolbar x-huge icon-top',
|
||||||
caption : this.txtCompare,
|
caption : this.txtCompare,
|
||||||
split : true,
|
split : true,
|
||||||
iconCls: 'review-deny'
|
iconCls: 'btn-compare'
|
||||||
});
|
});
|
||||||
|
|
||||||
this.btnTurnOn = new Common.UI.Button({
|
this.btnTurnOn = new Common.UI.Button({
|
||||||
|
|
|
@ -533,6 +533,7 @@
|
||||||
.button-normal-icon(btn-caption, 76, @toolbar-big-icon-size);
|
.button-normal-icon(btn-caption, 76, @toolbar-big-icon-size);
|
||||||
.button-normal-icon(btn-calculation, 80, @toolbar-big-icon-size);
|
.button-normal-icon(btn-calculation, 80, @toolbar-big-icon-size);
|
||||||
.button-normal-icon(btn-scale, 81, @toolbar-big-icon-size);
|
.button-normal-icon(btn-scale, 81, @toolbar-big-icon-size);
|
||||||
|
.button-normal-icon(btn-compare, 82, @toolbar-big-icon-size);
|
||||||
|
|
||||||
[applang=ru] {
|
[applang=ru] {
|
||||||
.btn-toolbar {
|
.btn-toolbar {
|
||||||
|
|
Loading…
Reference in a new issue