|
@@ -834,9 +834,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: 2px solid #f4f4f4;
|
|
|
+}
|
|
|
.table>thead:first-child>tr:first-child>th:first-child {
|
|
|
padding-left: 18px;
|
|
|
}
|
|
@@ -848,7 +848,7 @@ input.label {
|
|
|
}
|
|
|
|
|
|
.table-header-default.table:not(.table-striped) thead tr {
|
|
|
- border-top: 1px solid #e3e7eb;
|
|
|
+ border-top: 1px solid #f4f4f4;
|
|
|
}
|
|
|
.table-header-gray.table:not(.table-striped) thead tr {
|
|
|
border-top: 1px solid #e3e7eb;
|