mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-22 17:30:29 +08:00
管理系统增加两种背景风格
This commit is contained in:
@@ -338,11 +338,18 @@ body.expanded .main {
|
||||
background: #1C7947 !important;
|
||||
}
|
||||
|
||||
.top-nav.theme6 {
|
||||
background: #1D365D !important;
|
||||
}
|
||||
|
||||
.top-nav.theme7 {
|
||||
background: black !important;
|
||||
}
|
||||
|
||||
.top-nav::-webkit-scrollbar {
|
||||
height: 2px;
|
||||
}
|
||||
|
||||
|
||||
/** 顶部菜单 **/
|
||||
.top-secondary-menu {
|
||||
position: fixed;
|
||||
@@ -544,6 +551,22 @@ body.expanded .main {
|
||||
}
|
||||
}
|
||||
|
||||
.main-menu.theme6 {
|
||||
background: #1D365D !important;
|
||||
|
||||
.menu {
|
||||
background: #1D365D !important;
|
||||
}
|
||||
}
|
||||
|
||||
.main-menu.theme7 {
|
||||
background: black !important;
|
||||
|
||||
.menu {
|
||||
background: black !important;
|
||||
}
|
||||
}
|
||||
|
||||
.main-menu::-webkit-scrollbar {
|
||||
width: 2px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user