mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
BUGFIX: Pages that you can't edit should always be grey, even if there are unpublished changes. (from r99572)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@112077 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
b0b542d500
commit
4961a9cd26
@ -100,7 +100,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;
|
||||
|
Loading…
Reference in New Issue
Block a user