mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Change modern theme to silver everywhere
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user