json_widget.css in JSON Field 8
/** * Overrides conflicting styling from seven. */ .jsoneditor tr { border: 0; } .jsoneditor table { margin: 0; }
File
assets/css/json_widget.cssView source
- /**
- * Overrides conflicting styling from seven.
- */
- .jsoneditor tr {
- border: 0;
- }
-
- .jsoneditor table {
- margin: 0;
- }