mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
cms ui: fixed line background to drop down from root node
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.3@70240 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
38906cfdef
commit
58d7cdb164
@ -300,12 +300,17 @@ ul.tree span.a.last.Root span.c,
|
||||
ul.tree span.a.children.Root span.c {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
ul.tree span.a.Root span.c {
|
||||
background: url(../../jsparty/tree/images/i-bottom.gif) no-repeat scroll 0 50%;
|
||||
}
|
||||
|
||||
ul#sitetree.tree ul {
|
||||
margin-left: 0;
|
||||
}
|
||||
ul#sitetree.tree ul ul {
|
||||
padding-left: 16px;
|
||||
background: url(../../jsparty/tree/images/i-repeater.gif) repeat-y scroll 0 50% !important;
|
||||
background: url(../../jsparty/tree/images/i-repeater.gif) repeat-y scroll 0 50%;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user