<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * @file toolbar.override.css
 */

.toolbar-horizontal .toolbar-tray .menu-item + .menu-item,
.toolbar .toolbar-tray-horizontal .menu-item:last-child {
  border-left: none;
  border-right: none;
}

.toolbar-horizontal .toolbar-tray {
  border-bottom-color: #000;
  box-shadow: none;
}
</pre></body></html>