From fe5c8e520a057bdb46b5725b9f23bd9a46b0f08a Mon Sep 17 00:00:00 2001 From: Sam El-Husseini Date: Sun, 11 Dec 2016 06:34:11 +1300 Subject: [PATCH] monaco draggable block --- theme/style.less | 9 +++++++-- theme/theme.config | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/theme/style.less b/theme/style.less index 6aac8106..708e4567 100644 --- a/theme/style.less +++ b/theme/style.less @@ -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; } diff --git a/theme/theme.config b/theme/theme.config index 9ce10fd1..1c4ee909 100644 --- a/theme/theme.config +++ b/theme/theme.config @@ -52,7 +52,7 @@ @dimmer : 'default'; @dropdown : 'default'; @embed : 'default'; -@modal : 'default'; +@modal : 'pxt'; @nag : 'default'; @popup : 'default'; @progress : 'default';