config-tools: change tab color

change tab color

Tracked-On: #7413
Signed-off-by: Conghui <conghui.chen@intel.com>
This commit is contained in:
Conghui 2022-05-06 14:16:44 +08:00 committed by acrnsi-robot
parent 5a3b38f778
commit 02c8043ff9
2 changed files with 3 additions and 2 deletions

View File

@ -120,6 +120,7 @@ export default {
.nav-tabs .nav-link.active {
mix-blend-mode: normal;
border: 1px solid #373A77;
background: #007B81;
border-bottom: none;
box-sizing: border-box;
border-radius: 5px 5px 0 0;
@ -127,7 +128,7 @@ export default {
font-weight: 600;
color: #373A77;
color: white;
}
.tab-pane {

View File

@ -113,7 +113,7 @@ export default {
}
.TabBox .Tab.Active {
background: #373A77;
background: #007B81;
color: white;
}