app/assets/stylesheets/third_party/image_tui.css in wysiwyg-rails-2.9.8 vs app/assets/stylesheets/third_party/image_tui.css in wysiwyg-rails-3.0.0.pre.beta.1

- old
+ new

@@ -1,42 +1,37 @@ -/*! - * froala_editor v2.9.8 (https://www.froala.com/wysiwyg-editor) - * License https://froala.com/wysiwyg-editor/terms/ - * Copyright 2014-2020 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; -} -.tui-image-editor-container { - position: fixed; - top: 0; - left: 0; - bottom: 0; - right: 0; - height: 100%; - width: 100%; - z-index: 10; -} -.tui-editor-cancel-btn { - background-color: #ffffff; - border: 1px solid #cccccc; - color: #222; -} -.tui-editor-save-btn { - background-color: #fdba3b; - border: 1px solid #fdba3b; - color: #ffffff; -} +.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; } + +.tui-image-editor-container { + position: fixed; + top: 0; + left: 0; + bottom: 0; + right: 0; + height: 100%; + width: 100%; + z-index: 10; } + +.tui-editor-cancel-btn { + background-color: #FFF; + border: 1px solid #CCCCCC; + color: #222; } + +.tui-editor-save-btn { + background-color: #fdba3b; + border: 1px solid #fdba3b; + color: #FFF; } + +/*# sourceMappingURL=image_tui.css.map */