/* append.css */


.webgis-add-service-button::before {
	background-image: url('../rest/imageresource/toc_add~png?sub=toc');
	content: ""; /* Required for ::before to show up */
  display: inline-block;
  width: 16px;   /* size of your icon */
  height: 16px;
  margin-right: 8px; /* space between icon and text */
  margin-bottom: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}