Add backgroud fills

This commit is contained in:
Joseph Cohen
2015-09-04 17:02:48 -05:00
parent 6b362fd88d
commit 7ab139f82e
7 changed files with 38 additions and 3 deletions
@@ -81,6 +81,12 @@
<input type="text" class="form-control color-code" name="style.links" value="{{ $theme_links }}">
</div>
</div>
<div class="col-xs-6">
<div class="form-group">
<label>{{ trans('forms.settings.theme.background-fills') }}</label>
<input type="text" class="form-control color-code" name="style.background_fills" value="{{ $theme_background_fills }}">
</div>
</div>
</div>
<hr>
<div class="row">