jqh vor 5 Jahren
Ursprung
Commit
3c28c12506

+ 4 - 4
resources/assets/dcat-admin/main.css

@@ -833,9 +833,9 @@ input.label {
     padding: .75rem 8px;
     letter-spacing: .05em;
 }
-.table-header-default.table>thead>tr>th {
-    border-bottom: 1px solid #f4f4f4;
-}
+/*.table-header-default.table>thead>tr>th {*/
+/*    border-bottom: 1px solid #f4f4f4;*/
+/*}*/
 .table>thead:first-child>tr:first-child>th:first-child {
     padding-left: 18px;
 }
@@ -847,7 +847,7 @@ input.label {
 }
 
 .table-header-default.table:not(.table-striped) thead tr {
-    border-top: 1px solid #f4f4f4;
+    border-top: 1px solid #e3e7eb;
 }
 .table-header-gray.table:not(.table-striped) thead tr {
     border-top: 1px solid #e3e7eb;

Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 0
resources/assets/dcat-admin/main.min.css


+ 1 - 1
src/Grid/Concerns/Options.php

@@ -33,7 +33,7 @@ trait Options
 
         'export_limit'       => 50000,
         'dialog_form_area'   => ['700px', '670px'],
-        'table_header_style' => 'table-header-default',
+        'table_header_style' => 'table-header-gray',
 
     ];
 

Einige Dateien werden nicht angezeigt, da zu viele Dateien in diesem Diff geändert wurden.