58 lines
1.3 KiB
CSS
58 lines
1.3 KiB
CSS
/*!
|
|
* froala_editor v2.4.1 (https://www.froala.com/wysiwyg-editor)
|
|
* License https://froala.com/wysiwyg-editor/terms/
|
|
* Copyright 2014-2017 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;
|
|
}
|