diff options
author | Eric Guzman | 2012-02-15 21:51:58 -0800 |
---|---|---|
committer | Eric Guzman | 2012-02-15 21:51:58 -0800 |
commit | e5654b593f0371ac218af2f542d4ab904dbca746 (patch) | |
tree | fd5add534da87698e80c312ad9136f87176bfb18 /js/components/treeview | |
parent | 23071f9cb32e1783d8c0aa960a8407e9024876c9 (diff) | |
download | ninja-e5654b593f0371ac218af2f542d4ab904dbca746.tar.gz |
Ninja Leaf/Branch - Minor CSS fixes
Diffstat (limited to 'js/components/treeview')
-rw-r--r-- | js/components/treeview/ninja-branch.reel/ninja-branch.css | 2 | ||||
-rw-r--r-- | js/components/treeview/ninja-leaf.reel/ninja-leaf.css | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/js/components/treeview/ninja-branch.reel/ninja-branch.css b/js/components/treeview/ninja-branch.reel/ninja-branch.css index d8c212e8..a3a9350e 100644 --- a/js/components/treeview/ninja-branch.reel/ninja-branch.css +++ b/js/components/treeview/ninja-branch.reel/ninja-branch.css | |||
@@ -26,7 +26,7 @@ | |||
26 | cursor: pointer; | 26 | cursor: pointer; |
27 | font-weight: bold; | 27 | font-weight: bold; |
28 | padding: 3px 0 4px; | 28 | padding: 3px 0 4px; |
29 | text-shadow: 1px 1px 0 #000; | 29 | text-shadow: 1px 1px 1px #000; |
30 | } | 30 | } |
31 | 31 | ||
32 | /* First Level */ | 32 | /* First Level */ |
diff --git a/js/components/treeview/ninja-leaf.reel/ninja-leaf.css b/js/components/treeview/ninja-leaf.reel/ninja-leaf.css index 085b11e0..fedc1d9d 100644 --- a/js/components/treeview/ninja-leaf.reel/ninja-leaf.css +++ b/js/components/treeview/ninja-leaf.reel/ninja-leaf.css | |||
@@ -19,7 +19,6 @@ | |||
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 | color: #FFF; |
24 | padding-left: 45px; | 23 | padding-left: 45px; |
25 | } | 24 | } |