mirror of
https://github.com/google/blockly.git
synced 2026-01-26 10:10:08 +01:00
Use dropdown div for colour field
This commit is contained in:
14
core/css.js
14
core/css.js
@@ -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;',
|
||||
|
||||
Reference in New Issue
Block a user