﻿/* Hyper Tooltips */
div.htt {
  display: inline-block;
  width: 9px;
  height: 9px;
  cursor: pointer;
  color: goldenrod;
}
div.htt i {
  cursor: pointer;
}
div.htt.htt-missing {
  color: red;
}
/* Hyper Text (Labels, Buttons, etc) */
.ht-edit-missing {
  border: 1px solid red;
}
.ht-edit-translated {
  border: 1px solid goldenrod;
}
/* Edit page button */
.edit-ht-button {
  color: white;
  cursor: pointer;
  display: none;
}
.edit-ht-button.edit-mode {
  color: red;
}