From b19b6af7444f5c5b9b2869270e26e76cc5d47f2d Mon Sep 17 00:00:00 2001 From: guochuyicmri Date: Fri, 29 Mar 2019 17:30:57 +0800 Subject: Service instance lifecycle management Change-Id: I9ec0d53ead1b19a3de8902cde71dc341fba3d7cf Issue-ID: USECASEUI-218 Signed-off-by: guochuyicmri --- usecaseui-portal/src/styles.less | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'usecaseui-portal/src/styles.less') diff --git a/usecaseui-portal/src/styles.less b/usecaseui-portal/src/styles.less index 4d3b7540..2dfe224d 100644 --- a/usecaseui-portal/src/styles.less +++ b/usecaseui-portal/src/styles.less @@ -56,7 +56,7 @@ nz-table { } } .ant-pagination-item.ant-pagination-item-active { - background: linear-gradient(270deg, rgba(63, 156, 255, 1) 0%, rgba(98, 193, 246, 1) 100%); + background: #0DA9E2; border: none; border-radius: 2px; a { @@ -142,7 +142,7 @@ nz-pagination { } } .ant-pagination-item.ant-pagination-item-active { - background: linear-gradient(270deg, rgba(63, 156, 255, 1) 0%, rgba(98, 193, 246, 1) 100%); + background: #0DA9E2; border-radius: 2px; border: none; a { @@ -344,7 +344,8 @@ nz-modal { } } button:nth-child(2){ - background:linear-gradient(310deg,rgba(30,158,255,1) 0%,rgba(99,200,255,1) 100%); + //background: linear-gradient(310deg, rgba(30, 158, 255, 1) 0%, rgba(99, 200, 255, 1) 100%); + background:#0DA9E2; box-shadow:0px 0px 2px 0px rgba(14,90,218,1); border-radius:2px; margin-left: 20px; @@ -355,7 +356,8 @@ nz-modal { } } button:nth-child(2):hover { - background: linear-gradient(90deg, rgb(103, 207, 246) 0%, rgb(69, 175, 255) 100%) !important; + background:#09C6E2; + //background: linear-gradient(90deg, rgb(103, 207, 246) 0%, rgb(69, 175, 255) 100%) !important; } } } -- cgit 1.2.3-korg