monaco draggable block
This commit is contained in:
parent
cfc3eae77c
commit
fe5c8e520a
@ -60,8 +60,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.blocklyFlyoutBackground {
|
.blocklyFlyoutBackground {
|
||||||
fill: #525A67 !important;
|
fill: #fff !important;
|
||||||
fill-opacity: 0.5 !important;
|
fill-opacity: 0.8 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Remove shadow around blockly blocks */
|
/* Remove shadow around blockly blocks */
|
||||||
@ -92,6 +92,11 @@
|
|||||||
background: #ecf0f1;
|
background: #ecf0f1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.monacoDraggableBlock {
|
||||||
|
background: #ecf0f1;
|
||||||
|
border: solid 3px #ecf0f1;
|
||||||
|
}
|
||||||
|
|
||||||
.monaco-editor-background {
|
.monaco-editor-background {
|
||||||
background: #ecf0f1;
|
background: #ecf0f1;
|
||||||
}
|
}
|
||||||
|
@ -52,7 +52,7 @@
|
|||||||
@dimmer : 'default';
|
@dimmer : 'default';
|
||||||
@dropdown : 'default';
|
@dropdown : 'default';
|
||||||
@embed : 'default';
|
@embed : 'default';
|
||||||
@modal : 'default';
|
@modal : 'pxt';
|
||||||
@nag : 'default';
|
@nag : 'default';
|
||||||
@popup : 'default';
|
@popup : 'default';
|
||||||
@progress : 'default';
|
@progress : 'default';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user