aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Xu <xudan16@huawei.com>2019-10-14 01:52:56 +0000
committerGerrit Code Review <gerrit@opnfv.org>2019-10-14 01:52:56 +0000
commit8cf0233776c9dc305605176f8b6be5a897402a25 (patch)
treea3874a98015da27f604d6acd24e16a554407bb68
parent762021d415b95479bce8a7d65f1f31b0dcc409fd (diff)
parent60291906b5a8376a7f33364d42ef9421042f9a10 (diff)
Merge "Update Color Scheme for NFVI Portal"
-rw-r--r--3rd_party/static/onap-ui/assets/css/cvp-style.css4
-rw-r--r--3rd_party/static/testapi-ui/assets/css/ascend.css2
-rw-r--r--3rd_party/static/testapi-ui/assets/css/combine.css4
-rw-r--r--3rd_party/static/testapi-ui/assets/css/cvp-style.css14
-rw-r--r--3rd_party/static/testapi-ui/assets/css/header.css2
5 files changed, 13 insertions, 13 deletions
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 820b58c..f366863 100644
--- a/3rd_party/static/onap-ui/assets/css/cvp-style.css
+++ b/3rd_party/static/onap-ui/assets/css/cvp-style.css
@@ -121,8 +121,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 {
diff --git a/3rd_party/static/testapi-ui/assets/css/ascend.css b/3rd_party/static/testapi-ui/assets/css/ascend.css
index 2820fbd..5e0d7bb 100644
--- a/3rd_party/static/testapi-ui/assets/css/ascend.css
+++ b/3rd_party/static/testapi-ui/assets/css/ascend.css
@@ -1175,5 +1175,5 @@ body.rtl .carousel-wrap[data-full-width="false"] .control-wrap {
}
body a {
- color: #27CCC0;
+ color: #1080A7;
}
diff --git a/3rd_party/static/testapi-ui/assets/css/combine.css b/3rd_party/static/testapi-ui/assets/css/combine.css
index 4c8ba0f..90b9fb2 100644
--- a/3rd_party/static/testapi-ui/assets/css/combine.css
+++ b/3rd_party/static/testapi-ui/assets/css/combine.css
@@ -1009,7 +1009,7 @@ h5 {
a,
a:visited {
- color: #27CCC0;
+ color: #1080A7;
}
.lead {
@@ -3141,7 +3141,7 @@ ul.resource-links li a:hover {
/* site banner */
.top-site-banner {
- background-color: #27CCC0;
+ background-color: #1080A7;
color: #fff;
padding-top: 10px;
}
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 325f1c6..cb6d024 100644
--- a/3rd_party/static/testapi-ui/assets/css/cvp-style.css
+++ b/3rd_party/static/testapi-ui/assets/css/cvp-style.css
@@ -47,7 +47,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;
}
@@ -59,8 +59,8 @@ th {
.pagination>.active>span:focus,
.pagination>.active>span:hover {
color: #fff;
- background-color: #27CFC3;
- border-color: #27CFC3;
+ background-color: #1080A7;
+ border-color: #1080A7;
}
@@ -84,12 +84,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 {
@@ -101,7 +101,7 @@ table .btn.medium {
}
.cvp-btn {
- background-color: #27CFC3;
+ background-color: #1080A7;
font-weight: 700;
font-size: 12px;
}
diff --git a/3rd_party/static/testapi-ui/assets/css/header.css b/3rd_party/static/testapi-ui/assets/css/header.css
index 7def0c5..23c9668 100644
--- a/3rd_party/static/testapi-ui/assets/css/header.css
+++ b/3rd_party/static/testapi-ui/assets/css/header.css
@@ -42,5 +42,5 @@
.header-splitline {
height: 5px;
- background-color: #27CFC3;
+ background-color: #1080A7;
}