jqh пре 5 година
родитељ
комит
3ec2b57a29

+ 10 - 5
resources/assets/dcat/sass/components/_label.scss

@@ -13,11 +13,16 @@
   margin-bottom: 4px;
 }
 
-.label.bg-default {
-  color: $font-color;
-  font-weight: 700;
-}
-
 .badge {
   margin-bottom: 4px;
+  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;
 }

Разлика између датотеке није приказан због своје велике величине
+ 0 - 0
resources/dist/dcat/css/dcat-app.css


+ 1 - 1
resources/views/grid/quick-create/form.blade.php

@@ -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>&nbsp;{{ __('admin.quick_create') }}

Неке датотеке нису приказане због велике количине промена