Change modern theme to silver everywhere

This commit is contained in:
DariusIII
2019-02-05 10:45:52 +01:00
parent f20e0f6093
commit f47c152e32
3 changed files with 5 additions and 5 deletions
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -1358,7 +1358,7 @@ $(function() {
/** ****** tinyMCE ************************* **/
tinyMCE.init({
selector: 'textarea#addMessage',
theme: 'Silver',
theme: 'silver',
plugins: [
'advlist autolink link image lists charmap print preview hr anchor pagebreak spellchecker',
'searchreplace wordcount visualblocks visualchars code fullscreen insertdatetime media nonbreaking',
+3 -3
View File
@@ -718,7 +718,7 @@ function enableFixCrapCustom() {
/** ****** tinyMCE ***************************/
tinyMCE.init({
selector: 'textarea#body',
theme: 'modern',
theme: 'silver',
plugins: [
'advlist autolink link image lists charmap print preview hr anchor pagebreak spellchecker',
'searchreplace wordcount visualblocks visualchars code fullscreen insertdatetime media nonbreaking',
@@ -737,7 +737,7 @@ tinyMCE.init({
tinyMCE.init({
selector: 'textarea#metadescription',
theme: 'modern',
theme: 'silver',
plugins: [
'advlist autolink link image lists charmap print preview hr anchor pagebreak spellchecker',
'searchreplace wordcount visualblocks visualchars code fullscreen insertdatetime media nonbreaking',
@@ -756,7 +756,7 @@ tinyMCE.init({
tinyMCE.init({
selector: 'textarea#metakeywords',
theme: 'modern',
theme: 'silver',
plugins: [
'advlist autolink link image lists charmap print preview hr anchor pagebreak spellchecker',
'searchreplace wordcount visualblocks visualchars code fullscreen insertdatetime media nonbreaking',