mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 03:19:32 +08:00
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:
committed by
Julia Radzhabova
parent
860cfe8c20
commit
cb5bd7c652
@ -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');
|
||||
|
||||
Reference in New Issue
Block a user