summaryrefslogtreecommitdiffstats
path: root/3rd_party/static/testapi-ui/assets/css/cvp-style.css
diff options
context:
space:
mode:
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.css51
1 files changed, 44 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 ed1d938..cb6d024 100644
--- a/3rd_party/static/testapi-ui/assets/css/cvp-style.css
+++ b/3rd_party/static/testapi-ui/assets/css/cvp-style.css
@@ -1,7 +1,25 @@
+/*******************************************************************************
+ * Copyright (c) 2019 opnfv.
+ *
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Apache License, Version 2.0
+ * which accompanies this distribution, and is available at
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *******************************************************************************/
+
.nav>li>a {
font-size: 18px;
}
+.nav>li>a:hover,
+.nav>li>a:focus,
+.nav>li.active,
+.nav>li.active>a {
+ background-color: #27CFC3;
+ color: #1C1C1C;
+}
+
+
table {
font-size: 15px;
}
@@ -29,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;
}
@@ -41,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;
}
@@ -66,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 {
@@ -83,7 +101,7 @@ table .btn.medium {
}
.cvp-btn {
- background-color: #27CFC3;
+ background-color: #1080A7;
font-weight: 700;
font-size: 12px;
}
@@ -96,3 +114,22 @@ table .btn.medium {
a {
cursor: pointer;
}
+
+.btn-success-cust {
+color: #fff;
+background-color: #27CFC3;
+border-color: #27CFC3;
+}
+
+.btn-success-cust:focus, .btn-success-cust:hover {
+border-color: #1FA79C;
+background-color: #1FA79C;
+}
+
+input:invalid {
+ border: 2px dashed red;
+}
+
+input:valid {
+ border: 2px solid black;
+}