10 lines
241 B
CSS
10 lines
241 B
CSS
.blocklyTable {
|
|
vertical-align: top;
|
|
}
|
|
.blocklyTree .blocklyActiveDescendant > label,
|
|
.blocklyTree .blocklyActiveDescendant > div > label,
|
|
.blocklyActiveDescendant > button,
|
|
.blocklyActiveDescendant > input {
|
|
outline: 2px dotted #00f;
|
|
}
|