user.icons.admin.css

Same filename in this branch
  1. 10 core/themes/stable9/css/user/user.icons.admin.css
Same filename in other branches
  1. 9 core/themes/stable9/css/user/user.icons.admin.css
  2. 9 core/themes/stable/css/user/user.icons.admin.css
  3. 9 core/modules/user/css/user.icons.admin.css
  4. 8.9.x core/themes/stable/css/user/user.icons.admin.css
  5. 8.9.x core/modules/user/css/user.icons.admin.css
  6. 11.x core/themes/stable9/css/user/user.icons.admin.css
  7. 11.x core/modules/user/css/user.icons.admin.css

Styling for the user module icons.

File

core/modules/user/css/user.icons.admin.css

View source
  1. /*
  2. * DO NOT EDIT THIS FILE.
  3. * See the following change record for more information,
  4. * https://www.drupal.org/node/3084859
  5. * @preserve
  6. */
  7. /**
  8. * @file
  9. * Styling for the user module icons.
  10. */
  11. /**
  12. * Toolbar tab icon.
  13. */
  14. .toolbar-bar .toolbar-icon-user::before {
  15. background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3e%3cpath fill='%23bebebe' d='M1 15c-.275 0-.498-.225-.496-.5 0 0 .007-.746 1.071-1.512 1.138-.818 2.347-.969 3.308-1.498s.954-1.299.925-2.115c-.019-.543-.112-.657-.489-1.392-.556-1.084-.709-2.021-.791-2.823-.127-1.252.011-3.035.86-4.001.847-.964 2.114-1.104 2.114-1.104l.5-.055.498.055s1.266.14 2.113 1.104c.85.966.988 2.75.859 4.001-.08.802-.234 1.739-.791 2.823-.377.734-.476.849-.488 1.392-.029.816-.035 1.586.926 2.115s2.17.68 3.307 1.498c1.064.766 1.072 1.512 1.072 1.512.002.275-.221.5-.496.5h-14.002z'/%3e%3c/svg%3e");
  16. }
  17. .toolbar-bar .toolbar-icon-user:active::before,
  18. .toolbar-bar .toolbar-icon-user.is-active::before {
  19. background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3e%3cpath fill='%23ffffff' d='M1 15c-.275 0-.498-.225-.496-.5 0 0 .007-.746 1.071-1.512 1.138-.818 2.347-.969 3.308-1.498s.954-1.299.925-2.115c-.019-.543-.112-.657-.489-1.392-.556-1.084-.709-2.021-.791-2.823-.127-1.252.011-3.035.86-4.001.847-.964 2.114-1.104 2.114-1.104l.5-.055.498.055s1.266.14 2.113 1.104c.85.966.988 2.75.859 4.001-.08.802-.234 1.739-.791 2.823-.377.734-.476.849-.488 1.392-.029.816-.035 1.586.926 2.115s2.17.68 3.307 1.498c1.064.766 1.072 1.512 1.072 1.512.002.275-.221.5-.496.5h-14.002z'/%3e%3c/svg%3e");
  20. }

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.