diff --git a/WebContent/stat/css/defcontrol.css b/WebContent/stat/css/defcontrol.css index 9f161cd..e27bdfa 100644 --- a/WebContent/stat/css/defcontrol.css +++ b/WebContent/stat/css/defcontrol.css @@ -63,8 +63,8 @@ .customer-radio-checked-over {background:url(img/cr_o.jpg) -51px -17px no-repeat} .ec-tree {padding-left:18px;line-height:16px;margin-bottom:5px;cursor:default;} -.more {background:url(img/elbow-minus-nl.png) no-repeat left center;} -.more-fold {background:url(img/elbow-end-plus-nl.png) no-repeat left center;} +.more {background:url(img/elbow-minus-nl.png) no-repeat left center; cursor: pointer;} +.more-fold {background:url(img/elbow-end-plus-nl.png) no-repeat left center; cursor: pointer;} .ec-tree-items {padding-left:15px;line-height:15px;} .ec-tree-empty {background:none;color:#000} .ec-tree-fold .ec-tree-items {display:none}