Modern: Add borders between header columns (for product, tasks & delivery notes table)

This commit is contained in:
Benjamin Beganović 2021-03-02 14:28:33 +01:00
parent 7543ab33ff
commit 5870d8c241

View File

@ -97,6 +97,12 @@
width: 100%;
}
#product-table th + th,
#delivery-note-table th + th,
#task-table th + th {
border-left: 2px solid white;
}
#product-table > thead > tr > th,
#delivery-note-table > thead > tr > th,
#task-table > thead > tr > th {