Supporting new blockly toolbox buttons

This commit is contained in:
Sam El-Husseini 2016-12-06 15:29:53 -08:00
parent 8f04c8c20a
commit 69e2b41c40

View File

@ -87,10 +87,13 @@
padding:7px; padding:7px;
} }
#blocklyAddPackage { /* Blockly Toolbox Buttons */
text-align: left; #blocklyToolboxButtons .blocklyAddPackageButton {
background-color: rgba(0, 0, 0, 0.3);
color: white;
} }
#blocklyAddPackage button {
#blocklyToolboxButtons .blocklyUndoButton {
background-color: rgba(0, 0, 0, 0.3); background-color: rgba(0, 0, 0, 0.3);
color: white; color: white;
} }
@ -124,6 +127,11 @@
.blocklyTreeRow { .blocklyTreeRow {
width: 230px; width: 230px;
} }
/* Blockly Toolbox buttons */
#blocklyToolboxButtons {
margin-right: 1rem;
margin-left: 1rem;
}
} }
/* Large Monitor */ /* Large Monitor */
@ -131,6 +139,11 @@
.blocklyTreeRow { .blocklyTreeRow {
width: 230px; width: 230px;
} }
/* Blockly Toolbox buttons */
#blocklyToolboxButtons {
margin-right: 2rem;
margin-left: 2rem;
}
} }
/******************************* /*******************************