File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33goog . provide ( 'Blockly.Msg.Webduino.zh.hant' ) ;
44
55goog . require ( 'Blockly.Msg.Webduino' ) ;
6+
7+ Blockly . Msg . VARIABLES_SET = "設定 %1 為 %2" ;
68
79Blockly . Msg . CUSTOM_JS_CONSOLE = "控制台顯示" ;
810Blockly . Msg . CUSTOM_JS_Date = "現在的日期" ;
Original file line number Diff line number Diff line change @@ -1408,3 +1408,4 @@ Blockly.Blocks['translate_speech'] = {
14081408 this . setHelpUrl ( 'http://www.example.com/' ) ;
14091409 }
14101410} ;
1411+
Original file line number Diff line number Diff line change 413413 padding : 0 ;
414414}
415415
416+ /* menu color */
417+ /*.blocklyTreeRoot>div:last-child>div:nth-child(1) .blocklyTreeRow{
418+ background-image:-webkit-linear-gradient(left, #5b80a5 3%, #ddd 3%);
419+ }
420+ .blocklyTreeRoot>div:last-child>div:nth-child(1):hover .blocklyTreeRow{
421+ background-image:-webkit-linear-gradient(left, #5b80a5 3%, #eee 3%);
422+ }
423+ .blocklyTreeRoot>div:last-child>div:nth-child(1) .blocklyTreeRow.blocklyTreeSelected{
424+ background-image:-webkit-linear-gradient(left, #5b80a5 0%, #5b80a5 100%);
425+ }*/
426+
416427
You can’t perform that action at this time.
0 commit comments