adds a little shadow to the collapsed columns in the tables

This commit is contained in:
Simon Gschnell
2023-12-12 13:21:15 +01:00
parent 350911d474
commit b2c8bcb2bf
+7 -2
View File
@@ -15,8 +15,13 @@
}
.tabulator-collapsed-row{
padding:7px;
padding:15px;
background-color: rgba(0,0,0,0.1);
}
.tabulator-responsive-collapse{
padding:0 !important;
}
/* dl {