Update Color Scheme for NFVI Portal 75/67475/1
authorTrevor Bramwell <tbramwell@linuxfoundation.org>
Wed, 3 Apr 2019 16:57:14 +0000 (09:57 -0700)
committerTrevor Bramwell <tbramwell@linuxfoundation.org>
Wed, 3 Apr 2019 16:57:14 +0000 (09:57 -0700)
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 <tbramwell@linuxfoundation.org>
3rd_party/static/onap-ui/assets/css/cvp-style.css
3rd_party/static/testapi-ui/assets/css/ascend.css
3rd_party/static/testapi-ui/assets/css/combine.css
3rd_party/static/testapi-ui/assets/css/cvp-style.css
3rd_party/static/testapi-ui/assets/css/header.css

index e544458..f2f9796 100644 (file)
@@ -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 {
index 0c1bbe6..cd7370f 100644 (file)
@@ -1166,5 +1166,5 @@ body.rtl .carousel-wrap[data-full-width="false"] .control-wrap {
 }\r
 \r
 body a {\r
-  color: #27CCC0;\r
+  color: #1080A7;\r
 }\r
index 5b3ed96..ce80767 100644 (file)
@@ -1000,7 +1000,7 @@ h5 {
 
 a,
 a:visited {
-  color: #27CCC0;
+  color: #1080A7;
 }
 
 .lead {
@@ -3132,7 +3132,7 @@ ul.resource-links li a:hover {
 
 /* site banner */
 .top-site-banner {
-  background-color: #27CCC0;
+  background-color: #1080A7;
   color: #fff;
   padding-top: 10px;
 }
index ed1d938..ca7f242 100644 (file)
@@ -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;
 }
index 9eb03c1..cc5ad30 100644 (file)
@@ -33,5 +33,5 @@
 
 .header-splitline {
   height: 5px;
-  background-color: #27CFC3;
+  background-color: #1080A7;
 }