.app-jnote .note-content:not(.reading-mode) .jnote-checkbox .checkbox-container {
  cursor: pointer;
}
.jnote-checkbox[contentEditable="false"][data-mce-selected] {
  outline: none;
}
.jnote-checkbox[data-jnote-checked="true"] .unchecked {
  display: none;
}
.jnote-checkbox[data-jnote-checked="false"] .checked {
  display: none;
}
.jnote-checkbox .checkbox-container {
  width: 16px;
  margin: 0;
}
