Browse code

Update tinyMCE to version 4.5.3

Simona Francini authored on 2017/03/23 14:41:49 • Jimako committed on 2019/10/30 05:26:04
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

Initial uplad w/ php7 fixes

Rainer Volkrodt authored on 2016/03/12 15:54:02
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
+}