|
@@ -702,7 +702,7 @@ body {
|
|
.ant-menu-root>.ant-menu-item i {
|
|
.ant-menu-root>.ant-menu-item i {
|
|
color: @font-color;
|
|
color: @font-color;
|
|
}
|
|
}
|
|
-.ant-menu-item:hover, .ant-menu-item-active, .ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open, .ant-menu-submenu-active, .ant-menu-submenu-title:hover{
|
|
|
|
|
|
+ .ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open, .ant-menu-submenu-active, .ant-menu-submenu-title:hover{
|
|
background: rgb(77,50,127) !important;
|
|
background: rgb(77,50,127) !important;
|
|
}
|
|
}
|
|
.ant-menu-submenu-title:active {
|
|
.ant-menu-submenu-title:active {
|
|
@@ -732,4 +732,12 @@ li.ant-menu-item>a>span{
|
|
color: white;
|
|
color: white;
|
|
|
|
|
|
}
|
|
}
|
|
|
|
+.ant-layout-content>.contextmenu>.ant-menu-item>i>svg {
|
|
|
|
+ color: #595959;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.ant-layout-content>.contextmenu>.ant-menu-item-active>i>svg {
|
|
|
|
+ color: #6bc5f3;
|
|
|
|
+}
|
|
|
|
+
|
|
</style>
|
|
</style>
|