diff options
author | Eric Guzman | 2012-02-06 11:43:01 -0800 |
---|---|---|
committer | Eric Guzman | 2012-02-06 17:12:47 -0800 |
commit | 673cf363ccc0a0e82237c8a1867d250b6769d9f6 (patch) | |
tree | 2d93692ee28aa07d102730495bca08c4222f9e33 /js/components/treeview/leaf.reel/leaf.css | |
parent | 57562aace901f12215895133dc1e7a6fd4daf2a2 (diff) | |
download | ninja-673cf363ccc0a0e82237c8a1867d250b6769d9f6.tar.gz |
Tree Components - Adding the tree components
Diffstat (limited to 'js/components/treeview/leaf.reel/leaf.css')
-rw-r--r-- | js/components/treeview/leaf.reel/leaf.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/js/components/treeview/leaf.reel/leaf.css b/js/components/treeview/leaf.reel/leaf.css new file mode 100644 index 00000000..fea5a2c4 --- /dev/null +++ b/js/components/treeview/leaf.reel/leaf.css | |||
@@ -0,0 +1,4 @@ | |||
1 | .leaf > .leaf-label { | ||
2 | opacity: 0.8; | ||
3 | cursor: pointer; | ||
4 | } \ No newline at end of file | ||