From: Swapnali Shadanan Pode Date: Fri, 29 Mar 2019 10:33:09 +0000 (+0530) Subject: added json editor css X-Git-Tag: 0.4.2~127^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F06%2F83706%2F2;p=ccsdk%2Fcds.git added json editor css Change-Id: I0d1067face3b0d29808d80cb3cda5410553619d3 Issue-ID: CCSDK-804 Signed-off-by: sp00501638 --- diff --git a/cds-ui/client/src/styles.scss b/cds-ui/client/src/styles.scss index 54eb74689..c75748a73 100644 --- a/cds-ui/client/src/styles.scss +++ b/cds-ui/client/src/styles.scss @@ -45,4 +45,28 @@ limitations under the License. min-width: 6em; border: none; cursor: initial; -} \ No newline at end of file +} +div.jsoneditor-outer { + position: static; + width: 100%; + height: 400px; + margin: 0; + padding: 0; + box-sizing: border-box; + color:white; +} +div.jsoneditor-outer.has-main-menu-bar{ +background-color:#3f51b5; + +} +div.jsoneditor-tree div.jsoneditor-tree-inner{ + padding-bottom: 300px; + background-color: white; +} +div.jsoneditor-treepath { + padding: 0 5px; + overflow: hidden; + white-space: nowrap; + outline: 0; + color:white; + } \ No newline at end of file