diff options
Diffstat (limited to 'cds-ui/client')
-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 |