You are here

dxpr_theme_helper.icons.css in DXPR Theme Helper 1.0.x

Styling for the user module icons.

File

css/dxpr_theme_helper.icons.css
View source
  1. /**
  2. * @file
  3. * Styling for the user module icons.
  4. */
  5. /**
  6. * Toolbar tab icon.
  7. */
  8. .toolbar-bar .toolbar-icon-dxpr-theme-helper:before {
  9. background-image: url(../images/dxpr-logo-white.svg);
  10. }
  11. .toolbar-bar .toolbar-icon-dxpr-theme-helper:active:before,
  12. .toolbar-bar .toolbar-icon-dxpr-theme-helper.active:before {
  13. background-image: url(../images/dxpr-logo-white.svg);
  14. }