From d10c2a20bd53af67e890b2ec6a930d70cc4ebc87 Mon Sep 17 00:00:00 2001 From: Sam El-Husseini Date: Mon, 5 Dec 2016 13:43:57 -0800 Subject: [PATCH] More IE fixes. Using important to override blocky related CSS. --- theme/style.less | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/theme/style.less b/theme/style.less index e0e4c6c8..f6967017 100644 --- a/theme/style.less +++ b/theme/style.less @@ -45,8 +45,8 @@ *******************************/ .blocklyTreeRow { - border-bottom: 1px solid #ecf0f1; - margin-bottom: 0px; + border-bottom: 1px solid #ecf0f1 !important; + margin-bottom: 0px !important; } /* Blockly toolbox font size same as the page font */ @@ -60,7 +60,7 @@ } .blocklyFlyoutBackground { - fill: #525A67; + fill: #525A67 !important; } /* Remove shadow around blockly blocks */ @@ -84,6 +84,10 @@ background: #ecf0f1; } +.monacoFlyout { + background: rgba(82, 90, 103, 0.8); +} + /* Mobile */ @media only screen and (max-width: @largestMobileScreen) {