mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-08-13 22:49:02 -04:00
Merge pull request #667 from rachel-fenichel/feature/multitouch_and_toolbox
Scratch-style toolbox WIP
This commit is contained in:
commit
2402ca4563
9 changed files with 2283 additions and 2359 deletions
core
15
core/css.js
15
core/css.js
|
@ -1004,5 +1004,20 @@ Blockly.Css.CONTENT = [
|
|||
'fill: blue',
|
||||
'}',
|
||||
|
||||
'.scratchCategoryMenu {',
|
||||
'width:250px',
|
||||
'}',
|
||||
|
||||
'.scratchCategoryRow {',
|
||||
'width:50%',
|
||||
'}',
|
||||
|
||||
'.scratchCategoryMenuItem {',
|
||||
'width:50%',
|
||||
'}',
|
||||
|
||||
'.scratchCategoryMenuItem:hover {',
|
||||
'color: orange !important;',
|
||||
'}',
|
||||
''
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue