Sha256: f405f39b99a08f3a74c5cd0cf6292c8f139d2f8ea4e85056730aa6af0787f442

Contents?: true

Size: 743 Bytes

Versions: 3

Compression:

Stored size: 743 Bytes

Contents

/**
 * Trumbowyg v2.11.1 - A lightweight WYSIWYG editor
 * Trumbowyg plugin stylesheet
 * ------------------------
 * @link http://alex-d.github.io/Trumbowyg
 * @license MIT
 * @author Alexandre Demode (Alex-D)
 *         Twitter : @AlexandreDemode
 *         Website : alex-d.fr
 */

.mathMlContainer {
  position: relative; }
  .mathMlContainer[inline="false"] {
    display: block;
    width: 100%; }
  .mathMlContainer:hover {
    pointer-events: none; }
    .mathMlContainer:hover:after {
      content: '\270E';
      pointer-events: auto;
      position: absolute;
      left: 0px;
      top: 0px;
      background-color: #ffffffd4;
      cursor: pointer;
      bottom: 0px;
      right: 0px;
      box-shadow: 0 0 5px 5px #ffffffd4; }

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
activeadmin_trumbowyg-0.1.8 app/assets/javascripts/activeadmin/trumbowyg/plugins/mathml/ui/trumbowyg.mathml.css
activeadmin_trumbowyg-0.1.7 app/assets/javascripts/activeadmin/trumbowyg/plugins/mathml/ui/trumbowyg.mathml.css
activeadmin_trumbowyg-0.1.6 app/assets/javascripts/activeadmin/trumbowyg/plugins/mathml/ui/trumbowyg.mathml.css