From 03e237a7efb42a19d57e53588be5e38168bd3531 Mon Sep 17 00:00:00 2001 From: Mustafa Sak Date: Wed, 26 Sep 2012 15:51:12 +0200 Subject: [PATCH] [Bug #6639] More harmonic colors chosen. --- .../source/class/demobrowser/demo/ui/CommandGroupManager.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/demobrowser/source/class/demobrowser/demo/ui/CommandGroupManager.js b/application/demobrowser/source/class/demobrowser/demo/ui/CommandGroupManager.js index 6d309c04f44..0bd51352cba 100644 --- a/application/demobrowser/source/class/demobrowser/demo/ui/CommandGroupManager.js +++ b/application/demobrowser/source/class/demobrowser/demo/ui/CommandGroupManager.js @@ -136,7 +136,7 @@ qx.Class.define("ColorSwitch", toggleColor : function(target, command) { - this.setBackgroundColor(this.getBackgroundColor() == "red" ? "green" : "red"); + this.setBackgroundColor(this.getBackgroundColor() == "#ABEFEF" ? "#ABEFAB" : "#ABEFEF"); },