From 62a5e3e99c6a4f9113270aa586937dead817d810 Mon Sep 17 00:00:00 2001 From: JosephSKh Date: Tue, 26 Jul 2016 11:37:48 +0200 Subject: [PATCH] Add files via upload --- dropdowntree.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }