[SSE] Update icons
Before Width: | Height: | Size: 295 B |
Before Width: | Height: | Size: 279 B |
Before Width: | Height: | Size: 320 B |
Before Width: | Height: | Size: 338 B |
Before Width: | Height: | Size: 384 B |
Before Width: | Height: | Size: 368 B |
Before Width: | Height: | Size: 256 B |
Before Width: | Height: | Size: 254 B |
Before Width: | Height: | Size: 426 B |
Before Width: | Height: | Size: 433 B |
|
@ -893,7 +893,7 @@ define([
|
|||
this.btnUp = new Common.UI.Button({
|
||||
parentEl: $('#chart-btn-y-up', me.$el),
|
||||
cls: 'btn-toolbar',
|
||||
iconCls: 'toolbar__icon btn-rotate-270',
|
||||
iconCls: 'toolbar__icon btn-rotate-y-clockwise',
|
||||
hint: this.textUp,
|
||||
dataHint: '1',
|
||||
dataHintDirection: 'top'
|
||||
|
@ -906,7 +906,7 @@ define([
|
|||
this.btnDown= new Common.UI.Button({
|
||||
parentEl: $('#chart-btn-y-down', me.$el),
|
||||
cls: 'btn-toolbar',
|
||||
iconCls: 'toolbar__icon btn-rotate-90',
|
||||
iconCls: 'toolbar__icon btn-rotate-y-counterclockwise',
|
||||
hint: this.textDown,
|
||||
dataHint: '1',
|
||||
dataHintDirection: 'top'
|
||||
|
@ -935,7 +935,7 @@ define([
|
|||
this.btnNarrow = new Common.UI.Button({
|
||||
parentEl: $('#chart-btn-narrow', me.$el),
|
||||
cls: 'btn-toolbar',
|
||||
iconCls: 'toolbar__icon btn-rotate-270',
|
||||
iconCls: 'toolbar__icon btn-rotate-up',
|
||||
hint: this.textNarrow,
|
||||
dataHint: '1',
|
||||
dataHintDirection: 'top'
|
||||
|
@ -948,7 +948,7 @@ define([
|
|||
this.btnWiden= new Common.UI.Button({
|
||||
parentEl: $('#chart-btn-widen', me.$el),
|
||||
cls: 'btn-toolbar',
|
||||
iconCls: 'toolbar__icon btn-rotate-90',
|
||||
iconCls: 'toolbar__icon btn-rotate-down',
|
||||
hint: this.textWiden,
|
||||
dataHint: '1',
|
||||
dataHintDirection: 'top'
|
||||
|
|