Show (iconized) links to attachments on parts table.

This commit is contained in:
Jan Böhmer 2019-11-10 19:16:39 +01:00
parent 3e4f5a1391
commit 05d6b0aa93
5 changed files with 114 additions and 5 deletions

View file

@ -679,6 +679,16 @@ table.dataTable {
}
/*******************************
Parts datatable styling
******************************/
.attach-table-icon {
margin-right: 0.7em;
color: var(--gray);
}
.attach-table-icon:hover {
color: var(--gray-dark);
}
/*********************************
Workarounds