From d3d26b7e3f984a5d6def7e00356277438fed2587 Mon Sep 17 00:00:00 2001 From: inter Date: Mon, 8 Sep 2025 16:38:28 +0800 Subject: [PATCH] Add File --- .../skins/ui/oxide-dark/content.mobile.css | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 frontend/public/tinymce-dataease-private/skins/ui/oxide-dark/content.mobile.css diff --git a/frontend/public/tinymce-dataease-private/skins/ui/oxide-dark/content.mobile.css b/frontend/public/tinymce-dataease-private/skins/ui/oxide-dark/content.mobile.css new file mode 100644 index 0000000..68f5f0f --- /dev/null +++ b/frontend/public/tinymce-dataease-private/skins/ui/oxide-dark/content.mobile.css @@ -0,0 +1,34 @@ +/** + * Copyright (c) Tiny Technologies, Inc. All rights reserved. + * Licensed under the LGPL or a commercial license. + * For LGPL see License.txt in the project root for license information. + * For commercial licenses see https://www.tiny.cloud/ + */ +.tinymce-mobile-unfocused-selections .tinymce-mobile-unfocused-selection { + /* Note: this file is used inside the content, so isn't part of theming */ + background-color: green; + display: inline-block; + opacity: 0.5; + position: absolute; +} + +body { + -webkit-text-size-adjust: none; +} + +body img { + /* this is related to the content margin */ + max-width: 96vw; +} + +body table img { + max-width: 95%; +} + +body { + font-family: sans-serif; +} + +table { + border-collapse: collapse; +}