Sha256: 7b2b5ac08853feadd9d9c42401a8fffa3f5156f929dff5152a814c7a7e9875ad
Contents?: true
Size: 680 Bytes
Versions: 3
Compression:
Stored size: 680 Bytes
Contents
/** * Trumbowyg v2.11.1 - A lightweight WYSIWYG editor * Default stylesheet for Trumbowyg editor plugin * ------------------------ * @link http://alex-d.github.io/Trumbowyg * @license MIT * @author Alexandre Demode (Alex-D) * Twitter : @AlexandreDemode * Website : alex-d.fr */ .mathMlContainer { position: relative; &[inline="false"] { display: block; width: 100%; } &:hover { pointer-events: none; &: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