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