Update DimensionPicker.js (#580)

Co-authored-by: Denis Dokin <denis.dokin@onlyoffice.com>
Co-committed-by: Denis Dokin <denis.dokin@onlyoffice.com>
This commit is contained in:
Denis Dokin
2025-07-10 14:28:37 +00:00
committed by Julia Radzhabova
parent 860cfe8c20
commit cb5bd7c652

View File

@ -82,7 +82,7 @@ define([
me.options.height = me.options.itemSize* this.options.minRows;
var rootEl = this.cmpEl;
me.borderColor = Common.Utils.isIE ?'#c0c0c0' :Common.UI.Themes.currentThemeColor('--border-regular-control');
me.borderColor = '#aaaaaa';
me.fillColor = Common.Utils.isIE ?'#fff' :Common.UI.Themes.currentThemeColor('--background-normal');
me.borderColorHighlighted = Common.Utils.isIE ?'#bababa' :Common.UI.Themes.currentThemeColor('--border-preview-hover');
me.fillColorHighlighted = Common.Utils.isIE ?'#446995' :Common.UI.Themes.currentThemeColor('--background-accent-button');
@ -162,7 +162,6 @@ define([
changeColors: function (){
this.borderColor = Common.UI.Themes.currentThemeColor('--border-regular-control');
this.fillColor = Common.UI.Themes.currentThemeColor('--background-normal');
this.borderColorHighlighted = Common.UI.Themes.currentThemeColor('--border-preview-hover');
this.fillColorHighlighted = Common.UI.Themes.currentThemeColor('--background-accent-button');