Render label with secondary color background and white text

This commit is contained in:
Paul Kaplan 2017-11-21 10:41:25 -05:00
parent 5c5379186f
commit 91beeb9674
2 changed files with 13 additions and 3 deletions

View file

@ -452,6 +452,10 @@ Blockly.Css.CONTENT = [
'fill: $colour_text;',
'}',
'.blocklyEditableText>.blocklyEditableLabel {',
'fill: #fff;',
'}',
'.blocklyDropdownText {',
'fill: #fff !important;',
'}',