From 60291906b5a8376a7f33364d42ef9421042f9a10 Mon Sep 17 00:00:00 2001 From: Trevor Bramwell Date: Wed, 3 Apr 2019 09:57:14 -0700 Subject: Update Color Scheme for NFVI Portal This matches the changes to the VNF portal with a change from the green/teal color to blue. Change-Id: Id3bf0d8fd70ec1e00f178742191586de76123603 Signed-off-by: Trevor Bramwell --- 3rd_party/static/onap-ui/assets/css/cvp-style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '3rd_party/static/onap-ui') diff --git a/3rd_party/static/onap-ui/assets/css/cvp-style.css b/3rd_party/static/onap-ui/assets/css/cvp-style.css index e544458..f2f9796 100644 --- a/3rd_party/static/onap-ui/assets/css/cvp-style.css +++ b/3rd_party/static/onap-ui/assets/css/cvp-style.css @@ -112,8 +112,8 @@ border-color: #1080A7; } .btn-success-cust:focus, .btn-success-cust:hover { -border-color: #27CCC0; -background-color: #27CCC0; +border-color: #1080A7; +background-color: #1080A7; } input:invalid { -- cgit 1.2.3-korg