PHP Classes

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

Recommend this page to a friend!
  Classes of Aldo Tripiciano   Quanta CMS   engine/modules/core/wysiwyg/froala/plugins/line_breaker.css   Download  
File: engine/modules/core/wysiwyg/froala/plugins/line_breaker.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: 6 years ago
Size: 519 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-line-breaker { cursor: text; border-top: 1px solid #1e88e5; position: fixed; z-index: 2; display: none; } .fr-line-breaker.fr-visible { display: block; } .fr-line-breaker a.fr-floating-btn { position: absolute; left: calc(50% - (32px / 2)); top: -16px; }