Use dropdown div for colour field

This commit is contained in:
Rachel Fenichel
2019-02-08 15:40:48 -08:00
parent 91408a3238
commit 763a06a7ac
4 changed files with 51 additions and 11 deletions

View File

@@ -225,6 +225,20 @@ Blockly.Css.CONTENT = [
'cursor: pointer;',
'}',
'.arrowTop {',
'border-top: 1px solid;',
'border-left: 1px solid;',
'border-top-left-radius: 4px;',
'border-color: inherit;',
'}',
'.arrowBottom {',
'border-bottom: 1px solid;',
'border-right: 1px solid;',
'border-bottom-right-radius: 4px;',
'border-color: inherit;',
'}',
'.blocklyResizeSE {',
'cursor: se-resize;',
'fill: #aaa;',