content.css
2 months ago
content.inline.css
2 months ago
content.inline.js
2 months ago
content.inline.min.css
2 months ago
content.js
2 months ago
content.min.css
2 months ago
index.php
3 years ago
skin.css
2 months ago
skin.js
2 months ago
skin.min.css
2 months ago
skin.shadowdom.css
3 years ago
skin.shadowdom.js
2 months ago
skin.shadowdom.min.css
3 years ago
skin.shadowdom.css
31 lines
| 1 | body.tox-dialog__disable-scroll { |
| 2 | overflow: hidden; |
| 3 | } |
| 4 | .tox-fullscreen { |
| 5 | border: 0; |
| 6 | height: 100%; |
| 7 | margin: 0; |
| 8 | overflow: hidden; |
| 9 | overscroll-behavior: none; |
| 10 | padding: 0; |
| 11 | touch-action: pinch-zoom; |
| 12 | width: 100%; |
| 13 | } |
| 14 | .tox.tox-tinymce.tox-fullscreen .tox-statusbar__resize-handle { |
| 15 | display: none; |
| 16 | } |
| 17 | .tox.tox-tinymce.tox-fullscreen, |
| 18 | .tox-shadowhost.tox-fullscreen { |
| 19 | left: 0; |
| 20 | position: fixed; |
| 21 | top: 0; |
| 22 | z-index: 1200; |
| 23 | } |
| 24 | .tox.tox-tinymce.tox-fullscreen { |
| 25 | background-color: transparent; |
| 26 | } |
| 27 | .tox-fullscreen .tox.tox-tinymce-aux, |
| 28 | .tox-fullscreen ~ .tox.tox-tinymce-aux { |
| 29 | z-index: 1201; |
| 30 | } |
| 31 |