@@ -13,11 +13,16 @@
margin-bottom: 4px;
}
-.label.bg-default {
- color: $font-color;
- font-weight: 700;
-}
-
.badge {
+ min-width: 10px;
+ padding: 5px 8px;
+ font-size: 87%;
+ font-weight: 600;
+ color: #fff;
+ border-radius: 10px;
+}
+.bg-default.badge, .label.bg-default {
+ color: $font-color;
+ font-weight: 700;
@@ -1,5 +1,5 @@
<thead>
-<tr class="{{ $elementClass }} quick-create">
+<tr class="{{ $elementClass }} quick-create" style="cursor: pointer">
<td colspan="{{ $columnCount }}">
<span class="create cursor-pointer" style="display: block;">
<i class="feather icon-plus"></i> {{ __('admin.quick_create') }}