RoboticsDesignLab / OpenPlatypus

The Open Platypus Question-Based Peer Review System
GNU General Public License v2.0
3 stars 5 forks source link

Toggle to allow removal of transparent backdrop for MathJAX editor #3

Closed JosephGarrone closed 8 years ago

JosephGarrone commented 8 years ago

This will allow users to more easily view their current working. Note: The dialog is already draggable.

spns commented 8 years ago

By "MathJax editor" I presume this is the CKEdit equation editor -- at which point this is a feature request for the CKEdit community.

To implement this would mean our own equation editor from scratch. That's not a minor development effort.

JosephGarrone commented 8 years ago

This could easily be overwritten via:

.cke_dialog_background_cover {
    opacity: 0 !important;
}