Files
2024-04-19 14:04:41 +07:00

42 lines
883 B
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-popup .fr-emoticon {
display: inline-block;
font-size: 20px;
width: 20px;
padding: 5px;
line-height: 1;
cursor: default;
font-weight: normal;
font-family: "Apple Color Emoji", "Segoe UI Emoji", "NotoColorEmoji", "Segoe UI Symbol", "Android Emoji", "EmojiSymbols";
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.fr-popup .fr-emoticon img {
height: 20px;
}
.fr-popup .fr-link:focus {
background: #ebebeb;
}