You are here

acquia_lift_toolbar_button.css in Acquia Lift Connector 8.4

Same filename and directory in other branches
  1. 8.3 assets/acquia_lift_toolbar_button.css
/**
 * Toolbar tab icon.
 */
.toolbar-bar .toolbar-icon-acquia-lift:before {
    background-image: url(../images/rocket.svg);
}
.toolbar-bar .toolbar-icon-acquia-lift:active:before,
.toolbar-bar .toolbar-icon-acquia-lift.active:before {
    background-image: url(../images/rocket.svg);
}

File

assets/acquia_lift_toolbar_button.css
View source
  1. /**
  2. * Toolbar tab icon.
  3. */
  4. .toolbar-bar .toolbar-icon-acquia-lift:before {
  5. background-image: url(../images/rocket.svg);
  6. }
  7. .toolbar-bar .toolbar-icon-acquia-lift:active:before,
  8. .toolbar-bar .toolbar-icon-acquia-lift.active:before {
  9. background-image: url(../images/rocket.svg);
  10. }