mirror of https://github.com/veops/cmdb.git
commit
5f550208ce
|
@ -545,7 +545,8 @@ body {
|
||||||
.ops-side-bar.ant-menu-light {
|
.ops-side-bar.ant-menu-light {
|
||||||
border-right-color: transparent;
|
border-right-color: transparent;
|
||||||
// background: @layout-background-light-color;
|
// background: @layout-background-light-color;
|
||||||
background: url('../assets/sidebar_background.png');
|
// background: url('../assets/sidebar_background.png');
|
||||||
|
background: #002766;
|
||||||
// background-position-x: center;
|
// background-position-x: center;
|
||||||
// background-position-y: center;
|
// background-position-y: center;
|
||||||
background-repeat: no-repeat !important;
|
background-repeat: no-repeat !important;
|
||||||
|
@ -666,7 +667,8 @@ body {
|
||||||
.ops-side-bar {
|
.ops-side-bar {
|
||||||
.ant-menu-submenu.ant-menu-submenu-placement-rightTop {
|
.ant-menu-submenu.ant-menu-submenu-placement-rightTop {
|
||||||
> .ant-menu {
|
> .ant-menu {
|
||||||
background: url('../assets/sidebar_background.png');
|
// background: url('../assets/sidebar_background.png');
|
||||||
|
background: #002766;
|
||||||
background-position-x: center;
|
background-position-x: center;
|
||||||
background-position-y: center;
|
background-position-y: center;
|
||||||
background-repeat: no-repeat !important;
|
background-repeat: no-repeat !important;
|
||||||
|
|
Loading…
Reference in New Issue