mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 09:35:49 +02:00
Fixed positioning of the part row selection checkboxes
This commit is contained in:
parent
80bae4167f
commit
fd31f983af
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ th.select-checkbox {
|
||||||
/** Fix datatables select-checkbox position */
|
/** Fix datatables select-checkbox position */
|
||||||
table.dataTable tr.selected td.select-checkbox:after
|
table.dataTable tr.selected td.select-checkbox:after
|
||||||
{
|
{
|
||||||
margin-top: -25px !important;
|
margin-top: -20px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue