mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2026-01-06 03:55:48 +08:00
增加新的界面风格theme4, theme5
This commit is contained in:
@@ -326,6 +326,12 @@ body.expanded .main {
|
||||
.top-nav.theme3 {
|
||||
background: #007D9C !important;
|
||||
}
|
||||
.top-nav.theme4 {
|
||||
background: #A12568 !important;
|
||||
}
|
||||
.top-nav.theme5 {
|
||||
background: #1C7947 !important;
|
||||
}
|
||||
.top-nav::-webkit-scrollbar {
|
||||
height: 2px;
|
||||
}
|
||||
@@ -469,6 +475,18 @@ body.expanded .main {
|
||||
.main-menu.theme3 .menu {
|
||||
background: #007D9C !important;
|
||||
}
|
||||
.main-menu.theme4 {
|
||||
background: #A12568 !important;
|
||||
}
|
||||
.main-menu.theme4 .menu {
|
||||
background: #A12568 !important;
|
||||
}
|
||||
.main-menu.theme5 {
|
||||
background: #1C7947 !important;
|
||||
}
|
||||
.main-menu.theme5 .menu {
|
||||
background: #1C7947 !important;
|
||||
}
|
||||
.main-menu::-webkit-scrollbar {
|
||||
width: 2px;
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -297,6 +297,14 @@ body.expanded .main {
|
||||
background: #007D9C !important;
|
||||
}
|
||||
|
||||
.top-nav.theme4 {
|
||||
background: #A12568 !important;
|
||||
}
|
||||
|
||||
.top-nav.theme5 {
|
||||
background: #1C7947 !important;
|
||||
}
|
||||
|
||||
.top-nav::-webkit-scrollbar {
|
||||
height: 2px;
|
||||
}
|
||||
@@ -483,6 +491,22 @@ body.expanded .main {
|
||||
}
|
||||
}
|
||||
|
||||
.main-menu.theme4 {
|
||||
background: #A12568 !important;
|
||||
|
||||
.menu {
|
||||
background: #A12568 !important;
|
||||
}
|
||||
}
|
||||
|
||||
.main-menu.theme5 {
|
||||
background: #1C7947 !important;
|
||||
|
||||
.menu {
|
||||
background: #1C7947 !important;
|
||||
}
|
||||
}
|
||||
|
||||
.main-menu::-webkit-scrollbar {
|
||||
width: 2px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user