admin: nicer tables

Massimo Melina committed Aug 4, 2023 at 11:36 UTC 48543ffa8301e1b4962275d9098cf6cf34311fe8
1 file changed +3
admin/src/index.css
+3
@@ -21,5 +21,8 @@ code {
21 .MuiTreeItem-content {
22 box-sizing: border-box; /* avoid unwanted scrolling caused by its width:100% + padding */
23 }
24 +.MuiDataGrid-columnHeaders {
25 + background-color: #8882;
26 +}
27
28 ol, ul { margin-top: .2em }