json_field.css in JSON Field 8
Custom CSS for the JSON Field module.
File
assets/css/json_field.cssView source
- @charset "UTF-8";
- /**
- * @file
- * Custom CSS for the JSON Field module.
- */
-
- /* CSS Overrides */
- .jsonview {
- background-color: #eee;
- border: solid 1px #ccc;
- overflow: scroll;
- height: 400px;
- padding: 10px;
- }