summaryrefslogtreecommitdiffstats
path: root/cds-ui
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-03-21 13:23:40 +0000
committerGerrit Code Review <gerrit@onap.org>2019-03-21 13:23:40 +0000
commit0062e1b42310b4c1dd3665e0ded10b2085923a3e (patch)
tree61d21924ecda5cff3a275ed839c9738c8108a8b9 /cds-ui
parentbd70c4972801b672bd7c490ce8ca77d872359bf0 (diff)
parent07c4d73b82b0fa02e1ef8095ff31e2db29159bd8 (diff)
Merge "Metadata component css changes"
Diffstat (limited to 'cds-ui')
-rw-r--r--cds-ui/client/src/app/feature-modules/blueprint/select-template/metadata/metadata.component.scss5
1 files changed, 4 insertions, 1 deletions
diff --git a/cds-ui/client/src/app/feature-modules/blueprint/select-template/metadata/metadata.component.scss b/cds-ui/client/src/app/feature-modules/blueprint/select-template/metadata/metadata.component.scss
index 88ce560c0..1e49773ec 100644
--- a/cds-ui/client/src/app/feature-modules/blueprint/select-template/metadata/metadata.component.scss
+++ b/cds-ui/client/src/app/feature-modules/blueprint/select-template/metadata/metadata.component.scss
@@ -31,7 +31,10 @@ limitations under the License.
.matBtn {
color: white;
- background: gray;
+ background:#3f51b5;
margin-top: 10px;
position: absolute;
+ border-radius: 4px;
+ min-width: 6em;
+ cursor: pointer;
} \ No newline at end of file