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
+6 -1
View File
@@ -15,10 +15,15 @@
} }
.tabulator-collapsed-row{ .tabulator-collapsed-row{
padding:7px; padding:15px;
background-color: rgba(0,0,0,0.1);
} }
.tabulator-responsive-collapse{
padding:0 !important;
}
/* dl { /* dl {
width: 100%; width: 100%;
overflow: hidden; overflow: hidden;