diff --git a/dropdowntree.css b/dropdowntree.css index 3407132..dd2327b 100644 --- a/dropdowntree.css +++ b/dropdowntree.css @@ -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; }