|
@@ -1,6 +1,6 @@
|
|
|
<div class="btn-group filter-button-group btn-no-shadow dropdown" style="margin-right:3px">
|
|
|
<button
|
|
|
- class="btn btn-outline-primary {{ $btn_class }}"
|
|
|
+ class="btn btn-primary {{ $btn_class }}"
|
|
|
@if($only_scopes)data-toggle="dropdown"@endif
|
|
|
@if($scopes->isNotEmpty()) style="border-right: 0" @endif
|
|
|
>
|
|
@@ -14,7 +14,7 @@
|
|
|
<li role="separator" class="dropdown-divider"></li>
|
|
|
<li class="dropdown-item"><a href="{{ $url_no_scopes }}">{{ trans('admin.cancel') }}</a></li>
|
|
|
</ul>
|
|
|
- <button type="button" class="btn btn-outline-primary" data-toggle="dropdown" style="padding: 0.75rem 1rem !important;border-left: 0">
|
|
|
+ <button type="button" class="btn btn-primary" data-toggle="dropdown" style="padding: 0.75rem 1rem !important;border-left: 0">
|
|
|
@if($current_label) <span>{{ $current_label }} </span>@endif <i class="feather icon-chevron-down"></i>
|
|
|
</button>
|
|
|
@endif
|