Remove td, remove field matrix, update radio blocks. Revert image literal changes.
This commit is contained in:
@ -74,9 +74,9 @@
|
||||
--------------------*/
|
||||
|
||||
@flyoutLabelColor: white;
|
||||
@blocklyFlyoutColor: #3B3C3D;
|
||||
@blocklyFlyoutColor: #4b4949;
|
||||
@blocklyFlyoutColorOpacity: 1.0;
|
||||
@monacoFlyoutColor: rgba(59, 60, 61, 1.0);
|
||||
@monacoFlyoutColor: @blocklyFlyoutColor;
|
||||
|
||||
/*-------------------
|
||||
Serial
|
||||
|
@ -54,16 +54,6 @@
|
||||
background: transparent !important;
|
||||
}
|
||||
|
||||
/*******************************
|
||||
Monaco
|
||||
*******************************/
|
||||
|
||||
.monacoDraggableBlock {
|
||||
background: #ecf0f1;
|
||||
border: solid 3px #ecf0f1;
|
||||
}
|
||||
|
||||
|
||||
/* Mobile */
|
||||
@media only screen and (max-width: @largestMobileScreen) {
|
||||
#filelist {
|
||||
|
Reference in New Issue
Block a user