BUGFIX: Pages that you can't edit should always be grey, even if there are unpublished changes.

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@99572 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sam Minnee 2010-02-22 03:59:15 +00:00
parent 411d0de4a2
commit 273cc2e930

View File

@ -94,7 +94,7 @@ ul.tree span.a a.disabled {
color: #999;
cursor: pointer;
}
ul.tree span.a a.disabled * {
ul.tree span.a a.disabled *, ul.tree span.a a.disabled.notinmenu *, ul.tree span.a a.disabled span.modified {
padding: 0;
background: none;
color: #999;