You are here

glazed_helper.icons.css in DXPR Theme Helper 8

Styling for the user module icons.

File

css/glazed_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-glazed-helper:before {
  9. background-image: url(../images/glazed.svg);
  10. }
  11. .toolbar-bar .toolbar-icon-glazed-helper:active:before,
  12. .toolbar-bar .toolbar-icon-glazed-helper.active:before {
  13. background-image: url(../images/glazed.svg);
  14. }