You are here

toolbar.css in AT Tools 8.2

/**
 * Toolbar
 * Drupal core does a poor job of protecting the toolbar items, so we isolate
 * and override the CSS. The ID should be enough specificity to do the job.
 * This is not exhaustive, the toolbar can still break, however this gets
 * most "very easily broken" things protected from normal theme styles.
 ============================================================================ */
#toolbar-administration a {
  font-family: 'Source Sans Pro', 'Lucida Grande', Verdana, sans-serif;
  line-height: 1;
}

#toolbar-administration a:after {
  display: none !important;
}

#toolbar-administration button {
  box-shadow: none;
  text-shadow: none;
}

#toolbar-administration .toolbar-menu-administration ul {
  padding: 0;
}

#toolbar-administration .toolbar-menu-administration a {
  color: #565656;
  padding-top: 1em;
  padding-bottom: 1em;
  border: 0;
}

#toolbar-administration .toolbar-menu-administration a:visited, #toolbar-administration .toolbar-menu-administration a:active {
  color: #565656;
}

#toolbar-administration .level-3 ul {
  padding-left: 1em;
}

#toolbar-administration .toolbar-tray-horizontal a {
  padding-right: 1.3334em;
}
/*# sourceMappingURL=toolbar.css.map */

File

at_theme_generator/starterkits/starterkit/styles/css/components/toolbar.css
View source
  1. /**
  2. * Toolbar
  3. * Drupal core does a poor job of protecting the toolbar items, so we isolate
  4. * and override the CSS. The ID should be enough specificity to do the job.
  5. * This is not exhaustive, the toolbar can still break, however this gets
  6. * most "very easily broken" things protected from normal theme styles.
  7. ============================================================================ */
  8. #toolbar-administration a {
  9. font-family: 'Source Sans Pro', 'Lucida Grande', Verdana, sans-serif;
  10. line-height: 1;
  11. }
  12. #toolbar-administration a:after {
  13. display: none !important;
  14. }
  15. #toolbar-administration button {
  16. box-shadow: none;
  17. text-shadow: none;
  18. }
  19. #toolbar-administration .toolbar-menu-administration ul {
  20. padding: 0;
  21. }
  22. #toolbar-administration .toolbar-menu-administration a {
  23. color: #565656;
  24. padding-top: 1em;
  25. padding-bottom: 1em;
  26. border: 0;
  27. }
  28. #toolbar-administration .toolbar-menu-administration a:visited, #toolbar-administration .toolbar-menu-administration a:active {
  29. color: #565656;
  30. }
  31. #toolbar-administration .level-3 ul {
  32. padding-left: 1em;
  33. }
  34. #toolbar-administration .toolbar-tray-horizontal a {
  35. padding-right: 1.3334em;
  36. }
  37. /*# sourceMappingURL=toolbar.css.map */