Skip to content

Commit

Permalink
align the bulk checkboxes on all themes
Browse files Browse the repository at this point in the history
  • Loading branch information
pxpm committed Nov 20, 2024
1 parent f9ed0c7 commit 79b38cf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/resources/assets/css/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ form .select2.select2-container {
margin-top: 0 !important;
}

#crudTable_wrapper #crudTable .crud_bulk_actions_line_checkbox {
vertical-align: text-top;
}

#crudTable_wrapper #crudTable.dtr-none > tbody > tr > td > div.dtr-control:before,
#crudTable_wrapper table.dataTable.dtr-none > tbody > tr > td > div.dtr-control:before {
background-color: transparent;
Expand Down

0 comments on commit 79b38cf

Please sign in to comment.