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