tmgmt.icons.css

/* Grey earth icon for tmgmt. */
.toolbar-icon-tmgmt-admin-tmgmt:before {
  background-image: url("../icons/earth.svg");
}
.toolbar-icon .toolbar-icon-tmgmt-admin-tmgmt:before {
  background-image: url("../icons/earth.svg");
}
/* Black earth icon for tmgmt - hover. */
#toolbar-link-tmgmt-admin_tmgmt.is-active:before {
    background-image: url("../icons/earth_black.svg");
}
.toolbar-icon .toolbar-icon-tmgmt-admin-tmgmt:active:before,
.toolbar-icon .toolbar-icon-tmgmt-admin-tmgmt.is-active:before {
    background-image: url("../icons/earth_black.svg");
}

File

css/tmgmt.icons.css
View source
  1. /* Grey earth icon for tmgmt. */
  2. .toolbar-icon-tmgmt-admin-tmgmt:before {
  3. background-image: url("../icons/earth.svg");
  4. }
  5. .toolbar-icon .toolbar-icon-tmgmt-admin-tmgmt:before {
  6. background-image: url("../icons/earth.svg");
  7. }
  8. /* Black earth icon for tmgmt - hover. */
  9. #toolbar-link-tmgmt-admin_tmgmt.is-active:before {
  10. background-image: url("../icons/earth_black.svg");
  11. }
  12. .toolbar-icon .toolbar-icon-tmgmt-admin-tmgmt:active:before,
  13. .toolbar-icon .toolbar-icon-tmgmt-admin-tmgmt.is-active:before {
  14. background-image: url("../icons/earth_black.svg");
  15. }