|
@@ -1,6 +1,6 @@
|
|
|
<thead>
|
|
|
<tr class="{{ $elementClass }} quick-create" style="cursor: pointer">
|
|
|
- <td colspan="{{ $columnCount }}">
|
|
|
+ <td colspan="{{ $columnCount }}" style="background: #ededed">
|
|
|
<span class="create cursor-pointer" style="display: block;">
|
|
|
<i class="feather icon-plus"></i> {{ __('admin.quick_create') }}
|
|
|
</span>
|