17 lines
192 B
CSS
17 lines
192 B
CSS
#help pre {
|
|
direction: ltr;
|
|
font-size: large;
|
|
}
|
|
|
|
#help .blocklyDraggable {
|
|
cursor: default;
|
|
}
|
|
|
|
#help .blocklyEditableText:hover>rect {
|
|
stroke: none;
|
|
}
|
|
|
|
#help svg {
|
|
direction: ltr;
|
|
}
|