mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-07-03 10:36:34 +00:00
config app implements interfaces to dynamically: create new scenario settings based on tempaltes; create new launch settings based on templates; add or delete VMs for scenario settings; add or delete VMs for launch settings; load default scenario or launch settings Tracked-On: #4641 Signed-off-by: Shuang Zheng <shuang.zheng@intel.com Reviewed-by: Victor Sun <victor.sun@intel.com> Acked-by: Terry Zou <terry.zou@intel.com>
9 lines
116 B
CSS
9 lines
116 B
CSS
* {
|
|
font-size: 12px;
|
|
line-height: 1.428;
|
|
}
|
|
|
|
ul.nav li.dropdown:hover ul.dropdown-menu {
|
|
display: block;
|
|
}
|