mirror of
https://github.com/silverstripe/silverstripe-subsites
synced 2024-10-22 11:05:55 +02:00
Hide subsites dropdown for collapsed sidebar
Its cut off otherwise, and not really operational. This is consistent with hiding the "hi <user>" string as default CMS behaviour.
This commit is contained in:
parent
7c100f90d2
commit
8b5a1c92b2
@ -31,6 +31,9 @@
|
||||
padding-bottom:0;
|
||||
margin-bottom:0;
|
||||
}
|
||||
.cms-menu.collapsed .cms-subsites {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Custom chzn styles for dark blue background */
|
||||
.cms-subsites .chzn-container-single .chzn-single,
|
||||
@ -41,6 +44,7 @@
|
||||
-webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
|
||||
box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
|
||||
}
|
||||
|
||||
.cms-menu .cms-subsites .dropdown span{
|
||||
padding-left:5px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user