mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-08-28 22:10:31 -04:00
Add workspace colour from spec
This commit is contained in:
parent
ddeea237da
commit
a5d563e03e
1 changed files with 3 additions and 1 deletions
|
@ -26,6 +26,8 @@
|
|||
|
||||
goog.provide('Blockly.Css');
|
||||
|
||||
goog.require('Blockly.Colours');
|
||||
|
||||
|
||||
/**
|
||||
* List of cursors.
|
||||
|
@ -132,7 +134,7 @@ Blockly.Css.setCursor = function(cursor) {
|
|||
*/
|
||||
Blockly.Css.CONTENT = [
|
||||
'.blocklySvg {',
|
||||
'background-color: #fff;',
|
||||
'background-color: ' + Blockly.Colours.workspace + ';',
|
||||
'outline: none;',
|
||||
'overflow: hidden;', /* IE overflows by default. */
|
||||
'}',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue