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/testapi-ui/assets/css/cvp-style.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to '3rd_party/static/testapi-ui/assets/css/cvp-style.css') diff --git a/3rd_party/static/testapi-ui/assets/css/cvp-style.css b/3rd_party/static/testapi-ui/assets/css/cvp-style.css index ed1d938..ca7f242 100644 --- a/3rd_party/static/testapi-ui/assets/css/cvp-style.css +++ b/3rd_party/static/testapi-ui/assets/css/cvp-style.css @@ -29,7 +29,7 @@ th { .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover { font-size: 15px; - color: #27CFC3; + color: #1080A7; text-decoration: none; background-color: #1C1C1C; } @@ -41,8 +41,8 @@ th { .pagination>.active>span:focus, .pagination>.active>span:hover { color: #fff; - background-color: #27CFC3; - border-color: #27CFC3; + background-color: #1080A7; + border-color: #1080A7; } @@ -66,12 +66,12 @@ th { .badge-info { color: #fff; - background-color: #27CFC3; - border-color: #27CFC3; + background-color: #1080A7; + border-color: #1080A7; } .opnfv-blue { - color: #27CFC3; + color: #1080A7; } .field { @@ -83,7 +83,7 @@ table .btn.medium { } .cvp-btn { - background-color: #27CFC3; + background-color: #1080A7; font-weight: 700; font-size: 12px; } -- cgit 1.2.3-korg