diff options
author | Jose Antonio Marquez | 2012-02-08 17:28:55 -0800 |
---|---|---|
committer | Jose Antonio Marquez | 2012-02-08 17:28:55 -0800 |
commit | 97e5419830d648cef41b328449ae754a22b01232 (patch) | |
tree | cf847b77717a18d02beafecf07b24ec042b8638d /js/components/treeview/ninja-leaf.reel | |
parent | b62b9d5b3dfd1dfacaf9111f85d40dd246d2b90e (diff) | |
parent | 76377d5378c7c23fd3c267fcab91aba39b30c555 (diff) | |
download | ninja-97e5419830d648cef41b328449ae754a22b01232.tar.gz |
Merge branch 'refs/heads/NinjaInternal' into FileIO
Diffstat (limited to 'js/components/treeview/ninja-leaf.reel')
-rw-r--r-- | js/components/treeview/ninja-leaf.reel/ninja-leaf.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/js/components/treeview/ninja-leaf.reel/ninja-leaf.css b/js/components/treeview/ninja-leaf.reel/ninja-leaf.css index b2f427b5..085b11e0 100644 --- a/js/components/treeview/ninja-leaf.reel/ninja-leaf.css +++ b/js/components/treeview/ninja-leaf.reel/ninja-leaf.css | |||
@@ -19,6 +19,8 @@ | |||
19 | /* Second level */ | 19 | /* Second level */ |
20 | .branch .branch .leaf-label { | 20 | .branch .branch .leaf-label { |
21 | background-position: 25px center; | 21 | background-position: 25px center; |
22 | box-shadow: 0 3px 4px -4px rgba(0,0,0,0.2); | ||
23 | color: #FFF; | ||
22 | padding-left: 45px; | 24 | padding-left: 45px; |
23 | } | 25 | } |
24 | /* Third level */ | 26 | /* Third level */ |