From bc407889d14fc9324f896ed878d8eceec5d848e7 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Fri, 12 Feb 2010 02:42:28 +0000 Subject: [PATCH] MINOR Moved ul.tree rules from cms/css/cms_left.css to sapphire/javascript/tree/tree.css (particularly around multiselect tickbox styling) (see r98854) (merged from r98855) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@98865 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- css/cms_left.css | 51 ------------------------------------------------ 1 file changed, 51 deletions(-) diff --git a/css/cms_left.css b/css/cms_left.css index 1cbb9d4e..6a45ffbc 100644 --- a/css/cms_left.css +++ b/css/cms_left.css @@ -76,10 +76,6 @@ form.oneline fieldset { font-weight: bold; } - -ul.tree span.a { - cursor: pointer; -} .filefolderhover span.a, ul.tree span.a.over, ul.tree .over > span.a { @@ -90,57 +86,11 @@ ul.tree .over > span.a { background-position: 100px 50%; } - -ul.tree span.a.current { - font-weight: bold; - background-color: #EEEEFF !important; - border-top: 1px #CCCCFF solid; - border-bottom: 1px #CCCCFF solid; - /* these push the highlight out to the left of the window */ - margin-left: -100px; - padding-left: 100px; - background-position: 100px 50%; - /*position: relative;*/ -} - -ul.tree span.a.loading span.b span.c a { - background-image: url(../images/network-save.gif) !important; - margin-left: -3px; - padding-left: 21px; - background-position : 2px 2px; -} - -ul.tree.multiselect span.a span.b a { - background-image: url(../images/tickbox-unticked.gif) !important; -} - -ul.tree.multiselect span.a.nodelete span.b a { - background-image: url(../images/tickbox-canttick.gif) !important; -} - - -ul.tree.multiselect span.a.selected span.b span.c a { - background-image: url(../images/tickbox-ticked.gif) !important; -} - -ul.tree.multiselect li.selected ul span.a a { - background-image: url(../images/tickbox-greyticked.gif) !important; -} - -/* Span-B: Plus/Minus icon */ -ul.tree.multiselect li.selected span.a.children span.b, -ul.tree.multiselect li.selected span.a.unexpanded span.b { - background-image: none; - cursor: default; -} - - ul.tree span.a a.notinmenu, ul.tree span.a a.notinmenu *, #publication_key span.notinmenu { color: #77A; } - ul.tree span.a a.disabled { color: #999; cursor: pointer; @@ -152,7 +102,6 @@ ul.tree span.a a.disabled { cursor: pointer; } - ul.tree .deleted { color: red; text-decoration: line-through;