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; + } } /*******************************