From 7889b7c556218be0e465aae0ebdb87254ae262dd Mon Sep 17 00:00:00 2001 From: Arundathi Patil Date: Wed, 20 Mar 2019 13:27:39 +0530 Subject: Search template css changes Made css changes to buttons in search component Issue-ID: CCSDK-1098 Change-Id: I8ad371b291ca6daf72ae8b9445d7c31e69754c33 Signed-off-by: Arundathi Patil --- .../search-template/search-template.component.html | 2 +- .../search-template/search-template.component.scss | 15 ++++++++++++++- 2 files changed, 15 insertions(+), 2 deletions(-) (limited to 'cds-ui/client/src/app/feature-modules/blueprint/select-template') diff --git a/cds-ui/client/src/app/feature-modules/blueprint/select-template/search-template/search-template.component.html b/cds-ui/client/src/app/feature-modules/blueprint/select-template/search-template/search-template.component.html index 66e3aeb36..b58be9fce 100644 --- a/cds-ui/client/src/app/feature-modules/blueprint/select-template/search-template/search-template.component.html +++ b/cds-ui/client/src/app/feature-modules/blueprint/select-template/search-template/search-template.component.html @@ -22,5 +22,5 @@ limitations under the License.
- +
\ No newline at end of file diff --git a/cds-ui/client/src/app/feature-modules/blueprint/select-template/search-template/search-template.component.scss b/cds-ui/client/src/app/feature-modules/blueprint/select-template/search-template/search-template.component.scss index 66f3f28de..beb05e26f 100644 --- a/cds-ui/client/src/app/feature-modules/blueprint/select-template/search-template/search-template.component.scss +++ b/cds-ui/client/src/app/feature-modules/blueprint/select-template/search-template/search-template.component.scss @@ -25,5 +25,18 @@ limitations under the License. margin-top: 10px; position: absolute; margin-bottom: 5px; - border-radius: 2em; + border-radius: 4px; + min-width: 6em; + cursor: pointer; +} + +.mat-upload-btn-disabled { + background-color: #c5cae8; + margin-top: 10px; + border-radius: 4px; + margin-bottom: 5px; + color: darkgray; + min-width: 6em; + border: none; + cursor: initial; } \ No newline at end of file -- cgit 1.2.3-korg