mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Modern: Add borders between header columns (for product, tasks & delivery notes table)
This commit is contained in:
parent
7543ab33ff
commit
5870d8c241
@ -97,6 +97,12 @@
|
|||||||
width: 100%;
|
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,
|
#product-table > thead > tr > th,
|
||||||
#delivery-note-table > thead > tr > th,
|
#delivery-note-table > thead > tr > th,
|
||||||
#task-table > thead > tr > th {
|
#task-table > thead > tr > th {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user