aboutsummaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorEric Guzman2012-03-13 11:28:45 -0700
committerEric Guzman2012-03-13 11:28:45 -0700
commit8ce3b7be494a703694acbf35e18e05c2fc91788b (patch)
tree8261482686a2b3287579a05ff0e5708b29baf2f4 /js
parent9e5e7159e7fb1b881de6c5d957645a4c845cde93 (diff)
downloadninja-8ce3b7be494a703694acbf35e18e05c2fc91788b.tar.gz
Presets Panel - Add :active pseudo class for ninja-tree
Diffstat (limited to 'js')
-rw-r--r--js/components/treeview/ninja-leaf.reel/ninja-leaf.css3
1 files changed, 3 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 cc8108f6..4b21947f 100644
--- a/js/components/treeview/ninja-leaf.reel/ninja-leaf.css
+++ b/js/components/treeview/ninja-leaf.reel/ninja-leaf.css
@@ -22,6 +22,9 @@
22 background-position: 33px center; 22 background-position: 33px center;
23 padding-left: 53px; 23 padding-left: 53px;
24} 24}
25.branch .branch .leaf-label:active {
26 background-color: #212121;
27}
25/* First level */ 28/* First level */
26.branch .leaf-label { 29.branch .leaf-label {
27 padding-left: 25px; 30 padding-left: 25px;