|
@@ -31,6 +31,7 @@
|
|
|
}
|
|
|
.collapse-btn:hover {
|
|
|
background: #409eff;
|
|
|
+
|
|
|
}
|
|
|
|
|
|
.sidebar {
|
|
@@ -45,10 +46,12 @@
|
|
|
}
|
|
|
.el-menu-item:hover{
|
|
|
background-color: #403AFF !important;
|
|
|
+ color: #ffffff;
|
|
|
}
|
|
|
.sidebar-el-menu:not(.el-menu--collapse) {
|
|
|
background-color: #409eff !important;
|
|
|
}
|
|
|
.el-submenu__title:hover {
|
|
|
background-color: #403AFF !important;
|
|
|
+ color: #fff;
|
|
|
}
|