Browse code

TinyMCE version directories relocated to /tinymce/ directory, each with its own version numbers: 2, 3, 4 - Slight naming tweak to TinyMCE dropdown in site settings

Clarissa Walker authored on 2026/07/27 13:46:03
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,14 +0,0 @@
1
-html, body {height:98%}
2
-body {
3
-background-color: #FFFFFF;
4
-font-family: Verdana, Arial, Helvetica, sans-serif;
5
-font-size: 10px;
6
-scrollbar-3dlight-color: #F0F0EE;
7
-scrollbar-arrow-color: #676662;
8
-scrollbar-base-color: #F0F0EE;
9
-scrollbar-darkshadow-color: #DDDDDD;
10
-scrollbar-face-color: #E0E0DD;
11
-scrollbar-highlight-color: #F0F0EE;
12
-scrollbar-shadow-color: #F0F0EE;
13
-scrollbar-track-color: #F5F5F5;
14
-}
Browse code

Actually use TinyMCE 3.4.8 for TinyMCE3 option instead of original 2.0.1; that version is moved to 'tinymce2' directory

Clarissa Walker authored on 2026/07/27 09:02:31
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,14 @@
1
+html, body {height:98%}
2
+body {
3
+background-color: #FFFFFF;
4
+font-family: Verdana, Arial, Helvetica, sans-serif;
5
+font-size: 10px;
6
+scrollbar-3dlight-color: #F0F0EE;
7
+scrollbar-arrow-color: #676662;
8
+scrollbar-base-color: #F0F0EE;
9
+scrollbar-darkshadow-color: #DDDDDD;
10
+scrollbar-face-color: #E0E0DD;
11
+scrollbar-highlight-color: #F0F0EE;
12
+scrollbar-shadow-color: #F0F0EE;
13
+scrollbar-track-color: #F5F5F5;
14
+}