citizenos / ep_image_upload

Add images to etherpad and upload them to Amazon S3
Other
9 stars 16 forks source link

BUG: Error messages not looking like errors. #59

Closed ilmartyrk closed 2 years ago

ilmartyrk commented 2 years ago

Error message popup looks a little weird. Probably needs some style/text update. Probably should use gritter-container. Example from src code: $.gritter.add({ title: 'Error', text: html10n.get('pad.noCookie'), sticky: true, class_name: 'error', });