Skip to content

Apply custom user CSS to composer web view as well as to conversations

Michael Gratton requested to merge wip/714129-composer-user-css into master

This allows people with dark themes to apply style to the cmoposer's body editor as well as to conversation bodies. Note that this CSS does not get sent, so WYSIWYG will break if people choose to do this.

Also renames the user CSS file from user-message.css to user-style.css, but still looks for the old name for now.

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=714129

Merge request reports