Sha256: 191b65b5a699b00e9ecd3f2f19e0cb4edef0991f5db854d130e28a307bec32c7

Contents?: true

Size: 940 Bytes

Versions: 4

Compression:

Stored size: 940 Bytes

Contents

/*!
 * Mercury Editor is a Coffeescript and jQuery based WYSIWYG editor.  Documentation and other useful information can be
 * found at https://github.com/jejacks0n/mercury
 *
 * This file is intended to provide a standard way to override the CSS that comes default with Mercury Editor, and
 * includes an example button style, should you ever need to add new ones yourself.  Read the toolbar configuration in
 * mercury.js for more on how to add your own buttons to the toolbar.
 */

/* Disable text sizing in webkit (ipad/iphone etc -- should apply to mercury only) */
html { -webkit-text-size-adjust: none; }

/* Button example */
.mercury-primary-toolbar .mercury-inspector-button em,
.mercury-expander-button[data-button="inspector"] em {
  background-image: url(/assets/mercury/toolbar/primary/inspectorpanel.png);
}

.mercury-primary-toolbar .mercury-dashboard-button em {
  background-image: url(/assets/mercury/dashboard.png);
}


Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
kit_cms-2.3.9 app/assets/stylesheets/mercury_overrides.css
kit_cms-2.3.8 app/assets/stylesheets/mercury_overrides.css
kit_cms-2.3.7 app/assets/stylesheets/mercury_overrides.css
kit_cms-2.3.6 app/assets/stylesheets/mercury_overrides.css