/**
 * @file
 * Visual styles for table drag.
 */

tr.drag {
  background-color: #fffff0;
}
tr.drag-previous {
  background-color: #ffd;
}
body div.tabledrag-changed-warning {
  margin-bottom: 0.5em;
}

/* Видимая ручка перетаскивания (для карандашика/фронт-редактора). */
.tabledrag-handle {
  cursor: move;
  float: left; /* LTR */
  height: 1.7em;
  margin-inline-end: 0.5em;
  padding-inline: 0.4em;
  text-decoration: none;
  overflow: hidden;
}
.tabledrag-handle .handle {
  width: 18px;
  height: 1.7em;
  background: none !important;
}
.tabledrag-handle .handle::before {
  content: "\2725"; /* ✥ */
  display: inline-block;
  font-size: 1.15rem;
  line-height: 1.5;
  color: #a98b5d;
}
.tabledrag-handle:hover .handle::before { color: #111; }

/* Размеры картинки под именем файла. */
.image-widget-dimensions {
  clear: both;
  margin-top: 2px;
  font-size: 0.82em;
  color: #777;
  letter-spacing: 0.02em;
}
