mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-17 06:00:25 +08:00
管理界面可以切换风格
This commit is contained in:
@@ -241,7 +241,6 @@ body.expanded .main {
|
||||
z-index: 1000;
|
||||
overflow-x: auto;
|
||||
border: 0 !important;
|
||||
background: #14539A !important;
|
||||
|
||||
img.avatar {
|
||||
width: 1.6em !important;
|
||||
@@ -279,6 +278,18 @@ body.expanded .main {
|
||||
}
|
||||
}
|
||||
|
||||
.top-nav.theme1 {
|
||||
background: #14539A !important;
|
||||
}
|
||||
|
||||
.top-nav.theme2 {
|
||||
background: #276AC6 !important;
|
||||
}
|
||||
|
||||
.top-nav.theme3 {
|
||||
background: #007D9C !important;
|
||||
}
|
||||
|
||||
.top-nav::-webkit-scrollbar {
|
||||
height: 2px;
|
||||
}
|
||||
@@ -419,16 +430,35 @@ body.expanded .main {
|
||||
top: 2em;
|
||||
bottom: 0;
|
||||
overflow-y: auto;
|
||||
background: #14539A !important;
|
||||
z-index: 10;
|
||||
|
||||
.menu {
|
||||
background: #14539A !important;
|
||||
border: 0 !important;
|
||||
box-shadow: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
.main-menu.theme1 {
|
||||
background: #14539A !important;
|
||||
.menu {
|
||||
background: #14539A !important;
|
||||
}
|
||||
}
|
||||
|
||||
.main-menu.theme2 {
|
||||
background: #276AC6 !important;
|
||||
.menu {
|
||||
background: #276AC6 !important;
|
||||
}
|
||||
}
|
||||
|
||||
.main-menu.theme3 {
|
||||
background: #007D9C !important;
|
||||
.menu {
|
||||
background: #007D9C !important;
|
||||
}
|
||||
}
|
||||
|
||||
.main-menu::-webkit-scrollbar {
|
||||
width: 2px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user