mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-08-28 22:10:31 -04:00
Render label with secondary color background and white text
This commit is contained in:
parent
5c5379186f
commit
91beeb9674
2 changed files with 13 additions and 3 deletions
|
@ -452,6 +452,10 @@ Blockly.Css.CONTENT = [
|
|||
'fill: $colour_text;',
|
||||
'}',
|
||||
|
||||
'.blocklyEditableText>.blocklyEditableLabel {',
|
||||
'fill: #fff;',
|
||||
'}',
|
||||
|
||||
'.blocklyDropdownText {',
|
||||
'fill: #fff !important;',
|
||||
'}',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue