From a12aca655ebc19bdd9141ac8f1732c295d1b9f46 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Thu, 29 Apr 2021 15:10:57 +0300 Subject: [PATCH] [DE] Fix Bug 50130 --- apps/documenteditor/main/app/controller/FormsTab.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/documenteditor/main/app/controller/FormsTab.js b/apps/documenteditor/main/app/controller/FormsTab.js index 41bd29531a..dddf680f1d 100644 --- a/apps/documenteditor/main/app/controller/FormsTab.js +++ b/apps/documenteditor/main/app/controller/FormsTab.js @@ -212,7 +212,7 @@ define([ onNoControlsColor: function(item) { if (!item.isChecked()) - this.api.asc_SetSpecialFormsHighlightColor(255, 192, 0); + this.api.asc_SetSpecialFormsHighlightColor(201, 200, 255); else this.api.asc_SetSpecialFormsHighlightColor(); Common.NotificationCenter.trigger('edit:complete', this.toolbar);