xref: /plugin/struct/jsoneditor/setup.css (revision b33b89f494aeb1cd28e95a567fd71ca645f9d483)
1#plugin__struct_editor .jsoneditor-menu {
2    display: none;
3}
4
5#plugin__struct_editor div.jsoneditor {
6    width: 350px;
7}
8
9#plugin__struct_editor div.jsoneditor table,
10#plugin__struct_editor div.jsoneditor tr,
11#plugin__struct_editor div.jsoneditor th,
12#plugin__struct_editor div.jsoneditor td,
13#plugin__struct_editor div.jsoneditor tbody,
14#plugin__struct_editor div.jsoneditor {
15    border: 0;
16    margin: 0;
17}
18