Merge pull request from rachel-fenichel/feature/multitouch_and_toolbox

Scratch-style toolbox WIP
This commit is contained in:
Rachel Fenichel 2016-10-07 10:18:49 -07:00 committed by GitHub
commit 2402ca4563
9 changed files with 2283 additions and 2359 deletions
core

View file

@ -1004,5 +1004,20 @@ Blockly.Css.CONTENT = [
'fill: blue',
'}',
'.scratchCategoryMenu {',
'width:250px',
'}',
'.scratchCategoryRow {',
'width:50%',
'}',
'.scratchCategoryMenuItem {',
'width:50%',
'}',
'.scratchCategoryMenuItem:hover {',
'color: orange !important;',
'}',
''
];