mirror of https://github.com/apache/cloudstack.git
custom: fix background color of navigation with domain/user has logged. (#752)
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
dcf482490c
commit
fea280e98f
|
|
@ -110,7 +110,6 @@ export default {
|
|||
}
|
||||
|
||||
&.light {
|
||||
background-color: #fff;
|
||||
box-shadow: 2px 0px 8px 0px rgba(29, 35, 41, 0.05);
|
||||
|
||||
.ant-menu-light {
|
||||
|
|
|
|||
|
|
@ -89,6 +89,10 @@ a {
|
|||
box-shadow: 1px 1px 0px 0px #e8e8e8;
|
||||
}
|
||||
|
||||
.sider.light {
|
||||
background: @navigation-background-color;
|
||||
}
|
||||
|
||||
.ant-menu {
|
||||
background: @navigation-background-color;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue