froala-editor
Version:
A beautiful Javascript WYSIWYG HTML rich text editor. High performance and modern design make it easy to use for developers and loved by users.
58 lines (56 loc) • 1.29 kB
CSS
/*!
* froala_editor v2.8.3 (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;
}