Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

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. }
  11. /* Toolbar navigation style on hover. */
  12. .toolbar-item:hover,
  13. .toolbar-item:focus,
  14. .toolbar-tray a:hover,
  15. .toolbar-tray a:focus {
  16. background-color: inherit;
  17. }

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal