diff options
author | Dan Xu <xudan16@huawei.com> | 2019-10-14 01:52:56 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2019-10-14 01:52:56 +0000 |
commit | 8cf0233776c9dc305605176f8b6be5a897402a25 (patch) | |
tree | a3874a98015da27f604d6acd24e16a554407bb68 /3rd_party/static/testapi-ui/assets/css/cvp-style.css | |
parent | 762021d415b95479bce8a7d65f1f31b0dcc409fd (diff) | |
parent | 60291906b5a8376a7f33364d42ef9421042f9a10 (diff) |
Merge "Update Color Scheme for NFVI Portal"
Diffstat (limited to '3rd_party/static/testapi-ui/assets/css/cvp-style.css')
-rw-r--r-- | 3rd_party/static/testapi-ui/assets/css/cvp-style.css | 14 |
1 files changed, 7 insertions, 7 deletions
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; } |