mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-08-09 20:18:19 +00:00
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 {
|
.nav-tabs .nav-link.active {
|
||||||
mix-blend-mode: normal;
|
mix-blend-mode: normal;
|
||||||
border: 1px solid #373A77;
|
border: 1px solid #373A77;
|
||||||
|
background: #007B81;
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
border-radius: 5px 5px 0 0;
|
border-radius: 5px 5px 0 0;
|
||||||
@ -127,7 +128,7 @@ export default {
|
|||||||
|
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
|
||||||
color: #373A77;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tab-pane {
|
.tab-pane {
|
||||||
|
@ -113,7 +113,7 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.TabBox .Tab.Active {
|
.TabBox .Tab.Active {
|
||||||
background: #373A77;
|
background: #007B81;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user