You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

13 lines
305 B

//Delete all button in x2many list view.
.o_list_view {
.o_list_record_delete_all {
width: 1px; // to prevent the column to expand
}
.o_list_record_delete_all_btn {
padding: 0px;
background-style: none;
border-style: none;
display: table-cell;
}
}