From 69e2b41c40f00dd1e797c888f5c24f5ac60a6569 Mon Sep 17 00:00:00 2001 From: Sam El-Husseini Date: Tue, 6 Dec 2016 15:29:53 -0800 Subject: [PATCH] Supporting new blockly toolbox buttons --- theme/style.less | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/theme/style.less b/theme/style.less index c2654f9f..48bf2bb7 100644 --- a/theme/style.less +++ b/theme/style.less @@ -87,10 +87,13 @@ padding:7px; } -#blocklyAddPackage { - text-align: left; +/* Blockly Toolbox Buttons */ +#blocklyToolboxButtons .blocklyAddPackageButton { + background-color: rgba(0, 0, 0, 0.3); + color: white; } -#blocklyAddPackage button { + +#blocklyToolboxButtons .blocklyUndoButton { background-color: rgba(0, 0, 0, 0.3); color: white; } @@ -124,6 +127,11 @@ .blocklyTreeRow { width: 230px; } + /* Blockly Toolbox buttons */ + #blocklyToolboxButtons { + margin-right: 1rem; + margin-left: 1rem; + } } /* Large Monitor */ @@ -131,6 +139,11 @@ .blocklyTreeRow { width: 230px; } + /* Blockly Toolbox buttons */ + #blocklyToolboxButtons { + margin-right: 2rem; + margin-left: 2rem; + } } /*******************************