/* OmniHTTPd (apps/httpd). Uses the FTP apps' menu bar, toolbar, list view,
   status bar and log styles (ftp.css). */

.omni-app {
  font: 11px var(--ui-font);
}

.omni-value {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.omni-note {
  color: #800000;
}

.omni-bigicon {
  image-rendering: pixelated;
}

/* ------------------------------------------------------------ tab control */

.omni-tabs {
  position: absolute;
}

.omni-tabstrip {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 20px;
  display: flex;
  align-items: flex-end;
  padding-left: 2px;
  z-index: 1;
}

.omni-tab {
  position: relative;
  height: 17px;
  line-height: 15px;
  padding: 0 7px;
  margin-right: -1px;
  background: var(--face);
  box-shadow: inset 1px 1px var(--hilite), inset -1px 0 var(--dark), inset -2px 0 var(--shadow);
  border-radius: 2px 2px 0 0;
  cursor: default;
  white-space: nowrap;
}

.omni-tab.sel {
  height: 20px;
  line-height: 18px;
  margin: 0 -1px 0 -2px;
  padding: 0 9px;
  z-index: 2;
  /* no bottom edge: it opens into the page */
  top: 1px;
  padding-bottom: 1px;
}

.omni-tabpage {
  position: absolute;
  left: 0;
  top: 19px;
  right: 0;
  bottom: 0;
  background: var(--face);
  box-shadow: inset 1px 1px var(--hilite), inset -1px -1px var(--dark), inset -2px -2px var(--shadow);
}

.omni-page {
  inset: 0;
}
