diff options
author | John Mayhew | 2012-02-09 10:42:31 -0800 |
---|---|---|
committer | John Mayhew | 2012-02-09 10:42:31 -0800 |
commit | 6029af773360e433130a6e6e85cfdd9873334465 (patch) | |
tree | cb390d64b004fe80d77019e25719cf76d94913f9 /js/components/treeview/ninja-leaf.reel | |
parent | 5708e1728b92c750b9cbdf1b2ff10a8e0e46253c (diff) | |
parent | 35ad4d6d2fac4432046141c63c0209cf3d00be5c (diff) | |
download | ninja-6029af773360e433130a6e6e85cfdd9873334465.tar.gz |
Merge branch 'master' of github.com:Motorola-Mobility/ninja-internal into WorkingBranch
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 */ |