Changing main menu color, primary color and adding tiny borders around blockly toolbox

This commit is contained in:
Sam El-Husseini
2016-12-05 17:30:04 -08:00
parent 06e4f7fb5c
commit a88eb7fe02
3 changed files with 4 additions and 2 deletions

View File

@ -57,6 +57,8 @@
.blocklyToolboxDiv {
background-color: white !important;
border-right: 1px solid #ecf0f1 !important;
border-left: 1px solid #ecf0f1 !important;
}
.blocklyFlyoutBackground {