diff --git a/public/css/style.less b/public/css/style.less index 2cafe50537..8447be7b1a 100644 --- a/public/css/style.less +++ b/public/css/style.less @@ -26,7 +26,7 @@ } body { - background: #fdfdfd; + /*background: #fdfdfd;*/ -webkit-transition: margin-bottom 250ms ease; -moz-transition: margin-bottom 250ms ease; -ms-transition: margin-bottom 250ms ease; diff --git a/public/templates/admin/footer.tpl b/public/templates/admin/footer.tpl index 0605179681..30c93dfa27 100644 --- a/public/templates/admin/footer.tpl +++ b/public/templates/admin/footer.tpl @@ -121,7 +121,7 @@ alert_id: 'config_status', timeout: 2500, title: 'Changes Saved', - message: 'Your changes to the NodeBB configuration have been saved', + message: 'Your changes to the NodeBB configuration have been saved. You may have to restart NodeBB to see the changes.', type: 'success' }); } else { diff --git a/public/templates/admin/header.tpl b/public/templates/admin/header.tpl index f6adffeb78..495ff654c5 100644 --- a/public/templates/admin/header.tpl +++ b/public/templates/admin/header.tpl @@ -3,7 +3,7 @@ - + diff --git a/public/templates/admin/themes.tpl b/public/templates/admin/themes.tpl index b6d2e76bde..557badf03b 100644 --- a/public/templates/admin/themes.tpl +++ b/public/templates/admin/themes.tpl @@ -1,2 +1,59 @@

Themes


+ +

+ NodeBB Themes are powered by Bootswatch, a repository containing hundreds of themes built + with Bootstrap as a base theme. +

+ + + \ No newline at end of file