user.icons.admin.css 356 B

123456789101112131415
  1. /**
  2. * @file
  3. * Styling for the user module icons.
  4. */
  5. /**
  6. * Toolbar tab icon.
  7. */
  8. .toolbar-bar .toolbar-icon-user:before {
  9. background-image: url(../../../misc/icons/bebebe/person.svg);
  10. }
  11. .toolbar-bar .toolbar-icon-user:active:before,
  12. .toolbar-bar .toolbar-icon-user.is-active:before {
  13. background-image: url(../../../misc/icons/ffffff/person.svg);
  14. }