view inkscape/firefox/content/themes/apple/style.css @ 1299:6949e2b6cae2

Add unlink clone checker. - Monitor changes of DOM-tree of the document - Unlinking a clone is actually removing the clone and copying nodes from the source. - Copy value of ID of a node to saved_id to track source of copy nodes. - For a new node with 'saved_id' is a copy of another node. - Copy vulae of 'saved_id' to 'ns0:duplicate-src' to keep the source - Change value of 'saved_id' to the value of ID of the node for later copying. - For a new node without 'saved_id' is not a copy of another node. - only set 'saved_id' to the value of its ID.
author Thinker K.F. Li <thinker@codemud.net>
date Sun, 16 Jan 2011 16:13:37 +0800
parents 4350aa369149
children
line wrap: on
line source

.tree .tree-apple { 
	margin-left:0;
	min-width:100%;
	_width:100%;
	float:left;
}
/*
.tree .tree-apple {
	font-family:"Lucida Grande";
	font-size:14px;
}
*/
.tree .tree-apple,
.tree .tree-apple ul,
.tree .tree-apple li.leaf {
	background-image:none;
}
.tree .tree-apple {
	background:url("bg.jpg") left top repeat;
}
.tree .tree-apple li.open {
	background-image:url("minus.gif");
}
.tree .tree-apple li.closed,
.tree .tree-apple #dragged li.open {
	background-image:url("plus.gif");
}

.tree .tree-apple li a {
	background-image:url("folder.png");
}

.rtl .tree-apple li.closed {
	background-image:url("plus_rtl.gif");
}
.rtl .tree-apple #dragged li.open {
	background-image:url("plus_rtl.gif");
}
/*
.tree .tree-apple li a, 
.tree .tree-apple li span {
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
}
*/
.tree .tree-apple li a:hover {
	background-color:silver;
	border-color:silver;
	color:white;
}
.tree .tree-apple li a.clicked,
.tree .tree-apple li span.clicked {
	background-color:#2E72DF;
	border-color:#2E72DF;
	color:white;
}