/**
 * @file
 * Access Products toolbar icon styling.
 */

/* Bar styling (first row) */
.toolbar-bar .toolbar-icon-ap-main-configuration:before {
  background-image: url("/core/themes/stable/images/core/icons/787878/orgchart.svg");
}

.toolbar-bar .toolbar-icon-ap-main-configuration:active:before {
  background-image: url("/core/themes/stable/images/core/icons/787878/orgchart.svg");
}

/* Tray styling (second row) */
.toolbar-tray .toolbar-icon.toolbar-icon-ap-main-configuration:before {
  background-image: url("../icons/ap.png");
}

.toolbar-tray .toolbar-icon.toolbar-icon-ap-main-configuration:active:before {
  background-image: url("../icons/ap.png");
}