mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-04 20:29:27 +01:00
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…
x
Reference in New Issue
Block a user