.tree li:hover {
  background: #F5F5F5;
}

.tree .glyphicon-remove {
  padding: 15px;
  margin-right: -15px;
  margin-top: -15px;
}
.tree .glyphicon-remove:hover {
  cursor: pointer;
  color: red;
}

