summaryrefslogtreecommitdiffstats
path: root/cds-ui
diff options
context:
space:
mode:
authorArundathi Patil <arundpil@in.ibm.com>2019-03-20 14:27:04 +0530
committerIBM602-PC0F1E3C\Arundathi <arundpil@in.ibm.com>2019-03-20 14:27:12 +0530
commit07c4d73b82b0fa02e1ef8095ff31e2db29159bd8 (patch)
tree87193c242ec49e84e064cc46809a372089ab942d /cds-ui
parentcfd5cf0ed7dec66165a217833c7d7ce243f3c3a1 (diff)
Metadata component css changes
Added css changes to metadata component Issue-ID: CCSDK-1098 Change-Id: Ic989b3bec49d0c876901458242ba0d1610ae4418 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
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