/**
 * Custom toolbar styles for all themes.
 */

/* Make menu items full width */
.custom-toolbar-menu li.menu-item {
  width: 100%;
}

/* Styles for dashboard menu item */
#dashboard-menu-item a:before {
  background-image: none;
  content: none;
  display: none;
}

#dashboard-menu-item a {
  padding-left: 1.3333em;
}
