/*
 * The few utilities this panel needs that the Adminator build does not ship.
 *
 * Kept apart from `style.css` so the theme stays exactly as its build produced
 * it and can be replaced wholesale on an upgrade. Each rule below exists
 * because a template uses the class and the theme defines no selector for it —
 * there is a test that fails if that stops being true.
 */

/* A form control styled to read as the link it replaced. The system tray's
   "log out" and dark-mode switch are buttons rather than anchors, because both
   write; without these they would render as default grey buttons in a menu of
   links. */
.bd-0 {
  border: 0;
}

.bgc-transparent {
  background-color: transparent;
}

/* A sortable column heading is an anchor, but it must not take the link colour
   — the theme draws headings in the table's own text colour. */
.c-inherit {
  color: inherit;
}

/* The label column of a detail page's fact table. */
.w-33p {
  width: 33%;
}

/* An upstream error message keeps the line breaks the remote system sent,
   rather than collapsing a stack trace onto one line. */
.ws-pw {
  white-space: pre-wrap;
}
