Skip to content

Commit

Permalink
Semi-disable dropzone in summernote
Browse files Browse the repository at this point in the history
It will still actually work, which is ok, but the user won't think to use it
see summernote/summernote#187 (comment)
  • Loading branch information
simonengelhardt committed Mar 31, 2015
1 parent 1719d0f commit 38ad4de
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions client/templates/app/app.less
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@ aside {
}
}

// Semi-disable dropzone in summernote (it will still actually work, which is ok, but the user won't think to use it), see https://github.com/summernote/summernote/issues/187#issuecomment-62575623
.note-editor .note-dropzone {
opacity: 0 !important;
}

// Orion overrides
#orion-admin .form-control.selectize-control, #orion-admin .form-control.selectize-dropdown {
height: auto;
Expand Down

0 comments on commit 38ad4de

Please sign in to comment.