mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-03 17:55:03 +02:00
Show (iconized) links to attachments on parts table.
This commit is contained in:
parent
3e4f5a1391
commit
05d6b0aa93
5 changed files with 114 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue