mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-08-28 22:10:31 -04:00
Add new menu type field matrix
This commit is contained in:
parent
5da935ad8a
commit
41683d1387
4 changed files with 516 additions and 0 deletions
|
@ -982,6 +982,12 @@ Blockly.Css.CONTENT = [
|
|||
'margin-left: 10px;',
|
||||
'}',
|
||||
|
||||
'.scratchMatrixButtonDiv {',
|
||||
'width: 50%;',
|
||||
'text-align: center;',
|
||||
'float: left;',
|
||||
'}',
|
||||
|
||||
/* Copied from: goog/css/menu.css */
|
||||
/*
|
||||
* Copyright 2009 The Closure Library Authors. All Rights Reserved.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue