/* Redactor */
.redactor-styles .f-big {
  font-size: 125%;
}
/* Color swatches bugfix*/
.color-swatches button span {
  display: none !important;
}
.color-swatches button {
  margin: 5px 5px 5px 0 !important;
}

/* Hiding All Entries heading in the nav */
#sidebar [data-key='*'] {
  display: none;
}

/* Hive live preview */
#action-buttons .preview-btn {
  display: none !important;
}
