|
|
@ -2,15 +2,11 @@
|
|
|
|
<div class="directory row" id="bootstrap_themes">
|
|
|
|
<div class="directory row" id="bootstrap_themes">
|
|
|
|
<i class="fa fa-refresh fa-spin"></i> Loading Themes
|
|
|
|
<i class="fa fa-refresh fa-spin"></i> Loading Themes
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="col-lg-3 acp-sidebar">
|
|
|
|
<div data-type="bootswatch" data-theme="" data-css="">
|
|
|
|
<div class="panel panel-default">
|
|
|
|
<button data-action="use" class="floating-button mdl-button mdl-js-button mdl-button--fab mdl-js-ripple-effect mdl-button--colored">
|
|
|
|
<div class="panel-heading">Revert to Default</div>
|
|
|
|
<i class="material-icons">undo</i>
|
|
|
|
<div class="panel-body">
|
|
|
|
</button>
|
|
|
|
<p>This will remove any custom Bootswatch skin applied to your NodeBB, and restore the base theme.</p>
|
|
|
|
|
|
|
|
<button class="btn btn-warning btn-md" id="revert_theme">Revert to Default</button>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|