PS New

by mtenschert

CSS

/* person-pill right */
.product:not(.active-state) {
  background:#bd4527;
}

.product:not(.active-state) strong,  .product:not(.active-state) div, .product:not(.active-state) span {
  color:white !important;
}

.product:not(.active-state):hover strong,  .product:not(.active-state):hover div, .product:not(.active-state):hover span {
  color:#09505d !important;
}

/* person-pill left */
.person-wrapper:not(.active) {
  background:#bd4527;
}

.person-wrapper:not(.active) strong,  .person-wrapper:not(.active) div, .person-wrapper:not(.active) span {
  color:white !important;
}

.person-wrapper:not(.active):hover strong,  .person-wrapper:not(.active):hover div, .person-wrapper:not(.active):hover span {
  color:#09505d !important;
}

/* top ontainer */
.main-container .main-container-bg {
    background: none;
}

/* top bar */
ul#equipment-tabs {
  background:#bd4527;