Sha256: 433f2b05f759a8c6a48eedd9c84d937b7d7fbda5fedbbc69174f83c7d245aa1f
Contents?: true
Size: 1.11 KB
Versions: 6
Compression:
Stored size: 1.11 KB
Contents
/** * Trumbowyg v2.8.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 */ .trumbowyg-dropdown-foreColor, .trumbowyg-dropdown-backColor { width: 276px; padding: 7px 5px; svg { display: none !important; } button { display: block; position: relative; float: left; text-indent: -9999px; height: 20px; width: 20px; border: 1px solid #333; padding: 0; margin: 2px; &:hover, &:focus { &::after { content: " "; display: block; position: absolute; top: -5px; left: -5px; height: 27px; width: 27px; background: inherit; border: 1px solid #FFF; box-shadow: #000 0 0 2px; z-index: 10; } } } }
Version data entries
6 entries across 3 versions & 1 rubygems