/*
 * Clean-room NBX Redmine parity customizations.
 * This replaces the need for Nubexx private custom plugin/custom JS for
 * browser-visible layout behavior only.
 */

body.nbx-nubexx-parity #quick-search input {
  caret-color: #fff;
}

body.nbx-nubexx-parity #main-menu li a {
  min-width: 0;
}

body.nbx-nubexx-parity .contextual .drdn-trigger,
body.nbx-nubexx-parity #project-jump .drdn-trigger {
  cursor: pointer;
}

body.nbx-nubexx-parity .contextual .drdn-content,
body.nbx-nubexx-parity #project-jump .drdn-content {
  display: none;
}

body.nbx-nubexx-parity .contextual .drdn:hover .drdn-content,
body.nbx-nubexx-parity .contextual .drdn.open .drdn-content,
body.nbx-nubexx-parity #project-jump .drdn:hover .drdn-content,
body.nbx-nubexx-parity #project-jump .drdn.open .drdn-content {
  display: block;
}

body.nbx-nubexx-parity #admin-menu a.redmine-nbx-customize {
  font-weight: 600;
}
