From 59278d784fe61361150756cdd08b6663710641ed Mon Sep 17 00:00:00 2001 From: Sam Minnee Date: Fri, 14 Nov 2008 02:05:35 +0000 Subject: [PATCH] Added light blue colouring to notinmenu items git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.3@65913 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- css/cms_left.css | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/css/cms_left.css b/css/cms_left.css index f32b0cf4..855398af 100644 --- a/css/cms_left.css +++ b/css/cms_left.css @@ -121,6 +121,12 @@ ul.tree.multiselect li.selected span.a.unexpanded span.b { cursor: default; } + +ul.tree span.a a.notinmenu, ul.tree span.a a.notinmenu * { + color: #77A; +} + + ul.tree span.a a.disabled { color: #999; cursor: pointer; @@ -153,17 +159,17 @@ ul.tree .deleted { } /* Created on stage, never published */ -ul.tree ins, +ul.tree span.a a ins, ul.tree span.a a.notinmenu ins, #publication_key ins { color: orange; text-decoration : none; } /* Deleted on stage */ -ul.tree del, +ul.tree span.a a del, ul.tree span.a a.notinmenu del, #publication_key del { color: red; } -ul.tree span.modified, +ul.tree span.a span.modified, #publication_key span.modified { color: green; text-decoration : none;