diff --git a/apps/spreadsheeteditor/main/app/template/RightMenu.template b/apps/spreadsheeteditor/main/app/template/RightMenu.template index 6dc3f9e06..1264bef4d 100644 --- a/apps/spreadsheeteditor/main/app/template/RightMenu.template +++ b/apps/spreadsheeteditor/main/app/template/RightMenu.template @@ -21,6 +21,7 @@
\ No newline at end of file diff --git a/apps/spreadsheeteditor/main/app/view/CellSettings.js b/apps/spreadsheeteditor/main/app/view/CellSettings.js index 0bad5a220..c93c24d6e 100644 --- a/apps/spreadsheeteditor/main/app/view/CellSettings.js +++ b/apps/spreadsheeteditor/main/app/view/CellSettings.js @@ -176,6 +176,7 @@ define([ this.cmbBorderType = new Common.UI.ComboBorderType({ el: $('#cell-combo-border-type'), + cls: 'cell-border-type', style: "width: 93px;", menuStyle: 'min-width: 93px;', data: [ diff --git a/apps/spreadsheeteditor/main/resources/less/rightmenu.less b/apps/spreadsheeteditor/main/resources/less/rightmenu.less index 6dca0cff0..fe1848e81 100644 --- a/apps/spreadsheeteditor/main/resources/less/rightmenu.less +++ b/apps/spreadsheeteditor/main/resources/less/rightmenu.less @@ -469,4 +469,10 @@ button:active:not(.disabled) .btn-change-shape {background-position: -56px - } } } +} + +.combo-border-size.cell-border-type { + img, .image { + background-image: ~"url(@{app-image-const-path}/toolbar/BorderSize.png)"; + } } \ No newline at end of file