Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephSKh committed Jul 26, 2016
1 parent 5c89fc9 commit 62a5e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dropdowntree.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.dropdown-tree > ul{overflow-y: auto;overflow-x: hidden;white-space: nowrap;}
.dropdown-tree li{list-style: none; padding-left: 10px;}
.dropdown-tree li{list-style: none}
.dropdown-tree li:hover{ background: #eee;}
.dropdown-tree li:hover ul { background: white; }
.dropdown-tree li:hover ul li:hover { background: #eee; }
Expand Down

0 comments on commit 62a5e3e

Please sign in to comment.