管理系统增加两种背景风格

This commit is contained in:
GoEdgeLab
2023-03-15 15:35:11 +08:00
parent f8a5cfb683
commit 7bf5bb33ae
4 changed files with 44 additions and 3 deletions

View File

@@ -405,6 +405,12 @@ body.expanded .main {
.top-nav.theme5 {
background: #1C7947 !important;
}
.top-nav.theme6 {
background: #1D365D !important;
}
.top-nav.theme7 {
background: black !important;
}
.top-nav::-webkit-scrollbar {
height: 2px;
}
@@ -563,6 +569,18 @@ body.expanded .main {
.main-menu.theme5 .menu {
background: #1C7947 !important;
}
.main-menu.theme6 {
background: #1D365D !important;
}
.main-menu.theme6 .menu {
background: #1D365D !important;
}
.main-menu.theme7 {
background: black !important;
}
.main-menu.theme7 .menu {
background: black !important;
}
.main-menu::-webkit-scrollbar {
width: 2px;
}