1
This commit is contained in:
@@ -0,0 +1,79 @@
|
||||
/*!
|
||||
* froala_editor v4.3.1 (https://www.froala.com/wysiwyg-editor)
|
||||
* License https://froala.com/wysiwyg-editor/terms/
|
||||
* Copyright 2014-2024 Froala Labs
|
||||
*/
|
||||
|
||||
.fr-clearfix::after {
|
||||
clear: both;
|
||||
display: block;
|
||||
content: "";
|
||||
height: 0; }
|
||||
|
||||
.fr-hide-by-clipping {
|
||||
position: absolute;
|
||||
width: 1px;
|
||||
height: 1px;
|
||||
padding: 0;
|
||||
margin: -1px;
|
||||
overflow: hidden;
|
||||
clip: rect(0, 0, 0, 0);
|
||||
border: 0; }
|
||||
|
||||
body.fr-fullscreen {
|
||||
overflow: hidden;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
position: fixed; }
|
||||
|
||||
.fr-box.fr-fullscreen {
|
||||
margin: 0 !important;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
z-index: 2147483630 !important;
|
||||
width: auto !important; }
|
||||
.fr-box.fr-fullscreen .fr-wrapper {
|
||||
background-color: #FFF; }
|
||||
.fr-box.fr-fullscreen.fr-basic.fr-top .fr-wrapper {
|
||||
border-radius: 0;
|
||||
-moz-border-radius: 0;
|
||||
-webkit-border-radius: 0;
|
||||
-moz-background-clip: padding;
|
||||
-webkit-background-clip: padding-box;
|
||||
background-clip: padding-box; }
|
||||
.fr-box.fr-fullscreen.fr-basic.fr-bottom .fr-wrapper {
|
||||
border-radius: 0;
|
||||
-moz-border-radius: 0;
|
||||
-webkit-border-radius: 0;
|
||||
-moz-background-clip: padding;
|
||||
-webkit-background-clip: padding-box;
|
||||
background-clip: padding-box; }
|
||||
.fr-box.fr-fullscreen .fr-toolbar {
|
||||
border-radius: 0;
|
||||
-moz-border-radius: 0;
|
||||
-webkit-border-radius: 0;
|
||||
-moz-background-clip: padding;
|
||||
-webkit-background-clip: padding-box;
|
||||
background-clip: padding-box; }
|
||||
.fr-box.fr-fullscreen .fr-toolbar.fr-top {
|
||||
top: 0 !important; }
|
||||
.fr-box.fr-fullscreen .fr-toolbar.fr-bottom {
|
||||
bottom: 0 !important; }
|
||||
.fr-box.fr-fullscreen .fr-second-toolbar {
|
||||
margin-top: 0;
|
||||
border-radius: 0;
|
||||
-moz-border-radius: 0;
|
||||
-webkit-border-radius: 0;
|
||||
-moz-background-clip: padding;
|
||||
-webkit-background-clip: padding-box;
|
||||
background-clip: padding-box; }
|
||||
|
||||
.fr-fullscreen-wrapper {
|
||||
z-index: 2147483640 !important;
|
||||
width: 100% !important;
|
||||
margin: 0 !important;
|
||||
padding: 0 !important;
|
||||
overflow: visible !important; }
|
||||
Reference in New Issue
Block a user