xref: /plugin/struct/jsoneditor/setup.css (revision 68f853e0373bbbc8d9d98c4906bfc42ad0c64572)
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