You are here

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.css
View source
  1. /**
  2. * Overrides conflicting styling from seven.
  3. */
  4. .jsoneditor tr {
  5. border: 0;
  6. }
  7. .jsoneditor table {
  8. margin: 0;
  9. }