PHP Classes

File: engine/modules/core/wysiwyg/froala/plugins/char_counter.css

Recommend this page to a friend!
  Classes of Aldo Tripiciano   Quanta CMS   engine/modules/core/wysiwyg/froala/plugins/char_counter.css   Download  
File: engine/modules/core/wysiwyg/froala/plugins/char_counter.css
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Quanta CMS
Manage content that works without a database
Author: By
Last change:
Date: 5 years ago
Size: 1,120 bytes
 

Contents

Class file image Download
/*! * froala_editor v2.3.5 (https://www.froala.com/wysiwyg-editor) * License https://froala.com/wysiwyg-editor/terms/ * Copyright 2014-2016 Froala Labs */ .clearfix::after { clear: both; display: block; content: ""; height: 0; } .fr-box .fr-counter { position: absolute; bottom: 0; padding: 5px; right: 0; 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: 0; 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; }