#1471 - In cms_left.css should read 'cursor: default' not 'cursor: normal'

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.1.1@43596 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Andrew O'Neil 2007-10-18 23:17:38 +00:00 committed by Sam Minnee
parent 48c317a3a2
commit 2e2a9a6f15
1 changed files with 2 additions and 2 deletions

View File

@ -162,13 +162,13 @@ ul.tree.multiselect li.selected span.a.children span.b, ul.tree.multiselect li.s
ul.tree span.a a.disabled {
color: #999;
cursor: normal;
cursor: default;
}
ul.tree span.a a.disabled * {
padding: 0;
background: none;
color: #999;
cursor: normal;
cursor: default;
}