You are here

toolbar.css in AT Tools 8.3

/**
 * 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 {
  -webkit-box-shadow: none;
          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. -webkit-box-shadow: none;
  17. box-shadow: none;
  18. text-shadow: none;
  19. }
  20. #toolbar-administration .toolbar-menu-administration ul {
  21. padding: 0;
  22. }
  23. #toolbar-administration .toolbar-menu-administration a {
  24. color: #565656;
  25. padding-top: 1em;
  26. padding-bottom: 1em;
  27. border: 0;
  28. }
  29. #toolbar-administration .toolbar-menu-administration a:visited, #toolbar-administration .toolbar-menu-administration a:active {
  30. color: #565656;
  31. }
  32. #toolbar-administration .level-3 ul {
  33. padding-left: 1em;
  34. }
  35. #toolbar-administration .toolbar-tray-horizontal a {
  36. padding-right: 1.3334em;
  37. }
  38. /*# sourceMappingURL=toolbar.css.map */