#1471 - In cms_left.css should read 'cursor: default' not 'cursor: normal' (merged from 2.1.1 branch, r43598)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44208 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Andrew O'Neil 2007-11-04 21:44:27 +00:00
parent 59dc14d010
commit bdfbb9a046

View File

@ -204,13 +204,13 @@ ul.tree.multiselect li.selected span.a.unexpanded span.b {
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;
}