Sha256: 650415d4f48a01b0c0c5c03e1829f111bdbed85080b236b5ff1040a211dbd395
Contents?: true
Size: 1.26 KB
Versions: 1
Compression:
Stored size: 1.26 KB
Contents
/*! * froala_editor v2.8.5 (https://www.froala.com/wysiwyg-editor) * License https://froala.com/wysiwyg-editor/terms/ * Copyright 2014-2018 Froala Labs */ .clearfix::after { clear: both; display: block; content: ""; height: 0; } .hide-by-clipping { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; } .fr-box .fr-counter { position: absolute; bottom: 0px; padding: 5px; right: 0px; color: #cccccc; content: attr(data-chars); font-size: 15px; font-family: "Times New Roman", Georgia, Serif; z-index: 1; background: #ffffff; border-top: solid 1px #ebebeb; border-left: solid 1px #ebebeb; border-radius: 2px 0 0 0; -moz-border-radius: 2px 0 0 0; -webkit-border-radius: 2px 0 0 0; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; } .fr-box.fr-rtl .fr-counter { left: 0px; right: auto; border-left: none; border-right: solid 1px #ebebeb; border-radius: 0 2px 0 0; -moz-border-radius: 0 2px 0 0; -webkit-border-radius: 0 2px 0 0; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; } .fr-box.fr-code-view .fr-counter { display: none; }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
wysiwyg-rails-2.8.5 | app/assets/stylesheets/plugins/char_counter.css |