You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/examples/live-demos/default-editor/example.html
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,5 @@
3
3
when you click submit.
4
4
-->
5
5
<textareaid="default-editor">
6
-
<h1>Welcome to TinyMCE!</h1>
7
-
<p>⭐️ Let's <em>explore</em> some features 🗺️ like <spanstyle="background-color: #bfedd2;">footnotes</span>, <spanstyle="background-color: #c2e0f4;">spellchecking</span> and <spanstyle="background-color: #fbeeb8;">export to PDF</span>...</p>
Copy file name to clipboardExpand all lines: modules/ROOT/examples/live-demos/default-editor/index.html
+7-13Lines changed: 7 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -14,34 +14,28 @@
14
14
}
15
15
.live_demo {
16
16
background-color:#335dff;
17
-
color:#fafafa!important;
17
+
color:#fafafa;
18
18
cursor: pointer;
19
19
font-size:1em;
20
20
font-weight:600;
21
21
line-height:1.15;
22
22
margin:0;
23
-
padding:0.625rem1.5rem;
24
-
border-radius:8px;
25
-
border: none;
26
-
transition: all 0.3s ease;
27
-
box-shadow:02px8pxrgba(51,93,255,0.2);
23
+
padding:.5rem;
24
+
border-radius:6px;
28
25
}
29
26
.live_demo:hover {
30
-
background-color:#f5f5f5!important;
31
-
color:#0c132c!important;
32
-
transform:translateY(-2px);
33
-
box-shadow:04px16pxrgba(51,93,255,0.3);
27
+
background-color:#2a4fd8;
34
28
}
35
29
</style>
36
30
37
31
<textareaid="default-editor">
38
-
<h1>Welcome to TinyMCE!</h1>
39
-
<p>⭐️ Let's <em>explore</em> some features 🗺️ like <spanstyle="background-color: #bfedd2;">footnotes</span>, <spanstyle="background-color: #c2e0f4;">spellchecking</span> and <spanstyle="background-color: #fbeeb8;">export to PDF</span>...</p>
<buttonid="fake-submit" class="live_demo">View HTML Output</button>
43
37
</div>
44
-
<preid="output-content" class="contentDumpBox">Click the "View HTML Output" button to see the generated HTML content. Try editing the text above to see how TinyMCE preserves your formatting and styles!</pre>
38
+
<preid="output-content" class="contentDumpBox">Click the "View HTML Output" button to see the generated HTML content.</pre>
<p>⭐️ Let's <em>explore</em> some features 🗺️ like <spanstyle="background-color: #bfedd2;">footnotes</span>, <spanstyle="background-color: #c2e0f4;">spellchecking</span> and <spanstyle="background-color: #fbeeb8;">export to PDF</span>...</p>
0 commit comments