diff options
author | Swapnali Shadanan Pode <sp00501638@techmahindra.com> | 2019-03-29 16:03:09 +0530 |
---|---|---|
committer | Swapnali Pode <sp00501638@techmahindra.com> | 2019-03-29 19:19:23 +0000 |
commit | 949ed028c52782bf1739cafbe96308684fc1f68a (patch) | |
tree | 603a116446cc9467fee748a77eaa104eff0ab60e | |
parent | 8c409761dbb9e12c8784b9ff8347d6bd8f20c33c (diff) |
added json editor css
Change-Id: I0d1067face3b0d29808d80cb3cda5410553619d3
Issue-ID: CCSDK-804
Signed-off-by: sp00501638 <sp00501638@techmahindra.com>
-rw-r--r-- | cds-ui/client/src/styles.scss | 26 |
1 files changed, 25 insertions, 1 deletions
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 |