diff --git a/dashboard-ui/css/metadataeditor.css b/dashboard-ui/css/metadataeditor.css index 90a761224e..b33bb13e83 100644 --- a/dashboard-ui/css/metadataeditor.css +++ b/dashboard-ui/css/metadataeditor.css @@ -124,6 +124,31 @@ text-overflow: ellipsis; } +.editorFieldset > div { + margin: 1.25em 0; +} + +.jstree-anchor { + font-weight: normal !important; +} + +.jstree-wholerow-hovered { + background: #38c !important; + border-radius: 0 !important; + box-shadow: none !important; +} + +.jstree-default .jstree-hovered { + background: none !important; + border-radius: 0 !important; + box-shadow: none !important; + color: #fff !important; +} + +.jstree-default .jstree-wholerow-clicked { + background: #52B54B !important; +} + @media all and (min-width: 500px) { .availableImagesList { diff --git a/dashboard-ui/edititemmetadata.html b/dashboard-ui/edititemmetadata.html index e38a082c0f..4788dfeb8a 100644 --- a/dashboard-ui/edititemmetadata.html +++ b/dashboard-ui/edititemmetadata.html @@ -8,8 +8,7 @@
-
    -
+