Merge branch 'master' of https://github.com/Microsoft/pxt-microbit
This commit is contained in:
commit
3b54cefa95
@ -45,8 +45,8 @@
|
|||||||
*******************************/
|
*******************************/
|
||||||
|
|
||||||
.blocklyTreeRow {
|
.blocklyTreeRow {
|
||||||
border-bottom: 1px solid #ecf0f1;
|
border-bottom: 1px solid #ecf0f1 !important;
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Blockly toolbox font size same as the page font */
|
/* Blockly toolbox font size same as the page font */
|
||||||
@ -60,7 +60,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.blocklyFlyoutBackground {
|
.blocklyFlyoutBackground {
|
||||||
fill: #525A67;
|
fill: #525A67 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Remove shadow around blockly blocks */
|
/* Remove shadow around blockly blocks */
|
||||||
@ -84,6 +84,10 @@
|
|||||||
background: #ecf0f1;
|
background: #ecf0f1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.monacoFlyout {
|
||||||
|
background: rgba(82, 90, 103, 0.8);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Mobile */
|
/* Mobile */
|
||||||
@media only screen and (max-width: @largestMobileScreen) {
|
@media only screen and (max-width: @largestMobileScreen) {
|
||||||
|
Loading…
Reference in New Issue
Block a user