monaco draggable block

This commit is contained in:
Sam El-Husseini 2016-12-11 06:34:11 +13:00
parent cfc3eae77c
commit fe5c8e520a
2 changed files with 8 additions and 3 deletions

View File

@ -60,8 +60,8 @@
}
.blocklyFlyoutBackground {
fill: #525A67 !important;
fill-opacity: 0.5 !important;
fill: #fff !important;
fill-opacity: 0.8 !important;
}
/* Remove shadow around blockly blocks */
@ -92,6 +92,11 @@
background: #ecf0f1;
}
.monacoDraggableBlock {
background: #ecf0f1;
border: solid 3px #ecf0f1;
}
.monaco-editor-background {
background: #ecf0f1;
}

View File

@ -52,7 +52,7 @@
@dimmer : 'default';
@dropdown : 'default';
@embed : 'default';
@modal : 'default';
@modal : 'pxt';
@nag : 'default';
@popup : 'default';
@progress : 'default';