Remove outside border from Blockly (issue 92).

This commit is contained in:
Neil Fraser
2015-04-07 20:27:26 -07:00
parent 3122c8a93f
commit 29976c4c4d
7 changed files with 69 additions and 71 deletions

View File

@@ -134,7 +134,6 @@ Blockly.Css.setCursor = function(cursor) {
Blockly.Css.CONTENT = [
'.blocklySvg {',
' background-color: #fff;',
' border: 1px solid #ddd;',
' overflow: hidden;', /* IE overflows by default. */
'}',
@@ -315,6 +314,8 @@ Blockly.Css.CONTENT = [
'.blocklyMainBackground {',
' fill: url(#blocklyGridPattern);',
' stroke-width: 1;',
' stroke: #c6c6c6;', /* Equates to #ddd due to border being off-pixel. */
'}',
'.blocklyMutatorBackground {',