mirror of
https://github.com/google/blockly.git
synced 2026-01-12 11:27:14 +01:00
24 lines
550 B
CSS
24 lines
550 B
CSS
.blocklyToolboxColumn {
|
|
float: left;
|
|
width: 350px;
|
|
}
|
|
.blocklyWorkspaceColumn {
|
|
float: left;
|
|
width: 350px;
|
|
}
|
|
.blocklyToolbarColumn {
|
|
float: left;
|
|
margin-top: 20px;
|
|
width: 200px;
|
|
}
|
|
|
|
.blocklyTree .blocklyActiveDescendant > label,
|
|
.blocklyTree .blocklyActiveDescendant > div > label,
|
|
.blocklyActiveDescendant > button,
|
|
.blocklyActiveDescendant > input,
|
|
.blocklyActiveDescendant > blockly-field > label,
|
|
.blocklyActiveDescendant > blockly-field > input,
|
|
.blocklyActiveDescendant > blockly-field > div > label {
|
|
outline: 2px dotted #00f;
|
|
}
|