You are here

toolbar.css in Update helper 2.x

Same filename and directory in other branches
  1. 8 modules/update_helper_checklist/css/toolbar.css
/**
 * Toolbar tab icon.
 */

.toolbar-bar .update-helper-checklist__toolbar-icon.toolbar-item {
  color: orangered;
}

.toolbar-bar .update-helper-checklist__toolbar-icon:before,
.toolbar-bar .update-helper-checklist__toolbar-icon:active:before,
.toolbar-bar .update-helper-checklist__toolbar-icon.active:before {
  background-image: url(../files/images/wrench.svg);
}

File

modules/update_helper_checklist/css/toolbar.css
View source
  1. /**
  2. * Toolbar tab icon.
  3. */
  4. .toolbar-bar .update-helper-checklist__toolbar-icon.toolbar-item {
  5. color: orangered;
  6. }
  7. .toolbar-bar .update-helper-checklist__toolbar-icon:before,
  8. .toolbar-bar .update-helper-checklist__toolbar-icon:active:before,
  9. .toolbar-bar .update-helper-checklist__toolbar-icon.active:before {
  10. background-image: url(../files/images/wrench.svg);
  11. }