You are here

json_field.css in JSON Field 8

Custom CSS for the JSON Field module.

File

assets/css/json_field.css
View source
  1. @charset "UTF-8";
  2. /**
  3. * @file
  4. * Custom CSS for the JSON Field module.
  5. */
  6. /* CSS Overrides */
  7. .jsonview {
  8. background-color: #eee;
  9. border: solid 1px #ccc;
  10. overflow: scroll;
  11. height: 400px;
  12. padding: 10px;
  13. }