RT 5.0.0 and dark theme

The solution from @GreenJimll is working fine although the forward text area and the new ticket creation text area suffer from the same issue.

To solve this issue :

  1. Create the local directory “mkdir -p /opt/rt5/local/static/RichText/skins/bootstrapck/”

  2. Copy each browsers file

    • For Chrome “cp /opt/rt5/share/static/RichText/skins/bootstrapck/editor.css /opt/rt5/local/static/RichText/skins/bootstrapck/”

    • For Firefox “cp /opt/rt5/share/static/RichText/skins/bootstrapck/editor_gecho.css /opt/rt5/local/static/RichText/skins/bootstrapck/”

  3. Edit all of the files above and add the line below

    • .darkmode #cke_Content .cke_contents .cke_wysiwyg_frame{background-color: #fff !important;}
  4. Save changes, delete mason cache, restart Apache, delete your browser’s local cache

  5. Done

I also filled a bug report https://rt.bestpractical.com/Ticket/Display.html?id=36828

1 Like