|
@@ -702,4 +702,30 @@ body {
|
|
|
.ant-menu-root>.ant-menu-item i {
|
|
|
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{
|
|
|
+ background: rgb(77,50,127) !important;
|
|
|
+}
|
|
|
+.ant-menu-submenu-title:active {
|
|
|
+ background: rgb(77,50,127) !important;
|
|
|
+}
|
|
|
+.ant-menu-submenu-open{
|
|
|
+ background: rgb(77,50,127) !important;
|
|
|
+ color: white;
|
|
|
+}
|
|
|
+.ant-menu-submenu > .ant-menu{
|
|
|
+ background: rgb(77,50,127) !important;
|
|
|
+}
|
|
|
+li.ant-menu-item>a>span{
|
|
|
+ color: white;
|
|
|
+}
|
|
|
+.ant-menu-submenu-title>span>span{
|
|
|
+ color: white;
|
|
|
+}
|
|
|
+.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected{
|
|
|
+ background: rgb(77,50,127) !important;
|
|
|
+}
|
|
|
+.ant-menu-submenu-selected{
|
|
|
+ background: none ;
|
|
|
+
|
|
|
+}
|
|
|
</style>
|