diff inkscape/firefox/content/themes/checkbox/style.css @ 352:4350aa369149

Use jQuery UI components.
author wycc
date Mon, 09 Mar 2009 01:27:33 +0800
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/inkscape/firefox/content/themes/checkbox/style.css	Mon Mar 09 01:27:33 2009 +0800
@@ -0,0 +1,16 @@
+.tree .tree-checkbox li a, 
+.tree .tree-checkbox li a.unchecked {
+	background-image:url("check_0.png"); 
+}
+.tree .tree-checkbox li a.undetermined {
+	background-image:url("check_1.png"); 
+}
+.tree .tree-checkbox li a.checked {
+	background-image:url("check_2.png"); 
+}
+.tree .tree-checkbox li a.clicked,
+.tree .tree-checkbox li span.clicked {
+	background-color:transparent;
+	border-color:transparent;
+	color:black;
+}
\ No newline at end of file