config-tools: change tab color
change tab color Tracked-On: #7413 Signed-off-by: Conghui <conghui.chen@intel.com>
This commit is contained in:
parent
5a3b38f778
commit
02c8043ff9
|
@ -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 {
|
||||
|
|
|
@ -113,7 +113,7 @@ export default {
|
|||
}
|
||||
|
||||
.TabBox .Tab.Active {
|
||||
background: #373A77;
|
||||
background: #007B81;
|
||||
color: white;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue