toolbar.css 264 B

1234567891011
  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. }