diff options
author | Ezhilarasi <ezhrajam@in.ibm.com> | 2019-02-22 16:25:03 +0530 |
---|---|---|
committer | Ezhilarasi <ezhrajam@in.ibm.com> | 2019-02-22 16:25:30 +0530 |
commit | 6613c27f3a5caa8c6a832e5b39681dfb8a30a6e9 (patch) | |
tree | 33135f4ec96193b1cc51a6509ea7431f0409a3c5 /cds-ui | |
parent | d94c81e03562abd5fe097c21bba1b00d2bd9bdea (diff) |
Button style changes
Search upload button changes
Change-Id: I9fde93e62d63a90cc10ca9fb1daaa074db4a9711
Issue-ID: CCSDK-704
Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
Diffstat (limited to 'cds-ui')
-rw-r--r-- | cds-ui/client/src/app/feature-modules/blueprint/select-template/search-template/search-template.component.scss | 3 |
1 files changed, 2 insertions, 1 deletions
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 5732b5a26..66f3f28de 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 @@ -21,8 +21,9 @@ limitations under the License. .matStepNextBtn { color: white; - background: gray; + background-color: #3f51b5; margin-top: 10px; position: absolute; margin-bottom: 5px; + border-radius: 2em; }
\ No newline at end of file |