toolbar.css

Same filename in this branch
  1. 10 core/profiles/demo_umami/themes/umami/css/components/navigation/toolbar/toolbar.css
Same filename in other branches
  1. 7.x modules/toolbar/toolbar.css
  2. 9 core/profiles/demo_umami/themes/umami/css/components/navigation/toolbar/toolbar.css
  3. 9 core/profiles/demo_umami/themes/umami/css/components/toolbar/toolbar.css
  4. 9 core/themes/bartik/css/components/toolbar.css
  5. 8.9.x core/profiles/demo_umami/themes/umami/css/components/navigation/toolbar/toolbar.css
  6. 8.9.x core/profiles/demo_umami/themes/umami/css/components/toolbar/toolbar.css
  7. 8.9.x core/themes/bartik/css/components/toolbar.css
  8. 11.x core/profiles/demo_umami/themes/umami/css/components/navigation/toolbar/toolbar.css
  9. 11.x core/profiles/demo_umami/themes/umami/css/components/toolbar/toolbar.css

This file is used to style the admin toolbar.

Button styles in /css/base.css change the font for the 'Edit' button in the admin toolbar - set this back to inherit, which normalize.css does.

File

core/profiles/demo_umami/themes/umami/css/components/toolbar/toolbar.css

View source
  1. /**
  2. * @file
  3. * This file is used to style the admin toolbar.
  4. *
  5. * Button styles in /css/base.css change the font for the 'Edit' button
  6. * in the admin toolbar - set this back to inherit, which normalize.css does.
  7. */
  8. .toolbar button {
  9. font-family: inherit;
  10. }

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