summaryrefslogtreecommitdiffstats
path: root/cds-ui/client
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-03-31 12:44:52 +0000
committerGerrit Code Review <gerrit@onap.org>2019-03-31 12:44:52 +0000
commit2e1b66c1ce9ec1c2f9e5b3f500dd10eca4b7d596 (patch)
tree018c283a26669a5aaf427c3d5c46a8305c6689b4 /cds-ui/client
parent5fab85a8cab9228b03e8c9534cd4dc020fa30cc1 (diff)
parent949ed028c52782bf1739cafbe96308684fc1f68a (diff)
Merge "added json editor css"
Diffstat (limited to 'cds-ui/client')
-rw-r--r--cds-ui/client/src/styles.scss26
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