mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
Update setting-entity-color-picker.blade.php
Reducing indentation to one look in the application settings.
This commit is contained in:
parent
59aefe5371
commit
f87c3b2660
@ -5,7 +5,7 @@
|
||||
<div>
|
||||
<label for="setting-{{ $type }}-color" class="text-dark">{{ trans('settings.'. str_replace('-', '_', $type) .'_color') }}</label>
|
||||
<button type="button" class="text-button text-muted" setting-color-picker-default>{{ trans('common.default') }}</button>
|
||||
<span class="sep mx-xs">|</span>
|
||||
<span class="sep">|</span>
|
||||
<button type="button" class="text-button text-muted" setting-color-picker-reset>{{ trans('common.reset') }}</button>
|
||||
</div>
|
||||
<div>
|
||||
@ -18,4 +18,4 @@
|
||||
placeholder="{{ config('setting-defaults.'. $type .'-color') }}"
|
||||
class="small">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user