diff options
author | Dan Timoney <dtimoney@att.com> | 2019-03-21 13:23:40 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-03-21 13:23:40 +0000 |
commit | 0062e1b42310b4c1dd3665e0ded10b2085923a3e (patch) | |
tree | 61d21924ecda5cff3a275ed839c9738c8108a8b9 /cds-ui/client/src | |
parent | bd70c4972801b672bd7c490ce8ca77d872359bf0 (diff) | |
parent | 07c4d73b82b0fa02e1ef8095ff31e2db29159bd8 (diff) |
Merge "Metadata component css changes"
Diffstat (limited to 'cds-ui/client/src')
-rw-r--r-- | cds-ui/client/src/app/feature-modules/blueprint/select-template/metadata/metadata.component.scss | 5 |
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 |