Remove td, remove field matrix, update radio blocks. Revert image literal changes.

This commit is contained in:
Sam El-Husseini
2018-05-09 10:56:48 -07:00
parent dc5ec79708
commit 8957bf0647
14 changed files with 150 additions and 367 deletions

View File

@ -74,9 +74,9 @@
--------------------*/
@flyoutLabelColor: white;
@blocklyFlyoutColor: #3B3C3D;
@blocklyFlyoutColor: #4b4949;
@blocklyFlyoutColorOpacity: 1.0;
@monacoFlyoutColor: rgba(59, 60, 61, 1.0);
@monacoFlyoutColor: @blocklyFlyoutColor;
/*-------------------
Serial

View File

@ -54,16 +54,6 @@
background: transparent !important;
}
/*******************************
Monaco
*******************************/
.monacoDraggableBlock {
background: #ecf0f1;
border: solid 3px #ecf0f1;
}
/* Mobile */
@media only screen and (max-width: @largestMobileScreen) {
#filelist {