diff --git a/assets/css/admin.css b/assets/css/admin.css index d17b1919..af49e808 100644 --- a/assets/css/admin.css +++ b/assets/css/admin.css @@ -272,6 +272,11 @@ table.widefat.sp-data-table th:not(.check-column) input[type=checkbox] { vertical-align: middle; } +table.widefat.sp-data-table tfoot th, +table.widefat.sp-data-table tfoot td { + border-top: 1px solid #e1e1e1; +} + table.widefat select.sp-outcome { width: 100%; }