mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-01 08:44:48 +02:00
Use checkboxes for selections instead of the current full row selection.
This commit is contained in:
parent
1915acf069
commit
f6b8e0e227
4 changed files with 75 additions and 20 deletions
|
@ -754,6 +754,12 @@ div.dataTables_wrapper div.dataTables_info {
|
|||
display: inline-flex;
|
||||
}
|
||||
|
||||
/** Fix datatables select-checkbox position */
|
||||
|
||||
table.dataTable tr.selected td.select-checkbox:after, table.dataTable tr.selected th.select-checkbox:after {
|
||||
margin-top: -28px !important;
|
||||
}
|
||||
|
||||
/******************************************
|
||||
* Typeahead menu
|
||||
*******************************************/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue