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

@ -2,7 +2,7 @@
User Variable Overrides User Variable Overrides
*******************************/ *******************************/
@invertedBackground: #525A67; @invertedBackground: #3454D1;
/******************************* /*******************************
PXT Theme Overrides PXT Theme Overrides

View File

@ -9,7 +9,7 @@
@emSize : 14px; @emSize : 14px;
@fontSize : 13px; @fontSize : 13px;
@primaryColor: @teal; @primaryColor: @purple;
@teal: #3891A6; @teal: #3891A6;
@blue: #456990; @blue: #456990;

View File

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