From 7a5228a5d0056e5415f232ebd55b0a30c81db4fe Mon Sep 17 00:00:00 2001 From: Sam El-Husseini Date: Sun, 11 Dec 2016 06:52:08 +1300 Subject: [PATCH] Reverting toolbox color --- theme/style.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme/style.less b/theme/style.less index 708e4567..65cc1bf6 100644 --- a/theme/style.less +++ b/theme/style.less @@ -60,8 +60,8 @@ } .blocklyFlyoutBackground { - fill: #fff !important; - fill-opacity: 0.8 !important; + fill: #525A67 !important; + fill-opacity: 0.5 !important; } /* Remove shadow around blockly blocks */