Bulk table CSS
Apply custom CSS styling to a bulk table.
.awdr-bulk-customizable-table table {
border-radius: 5px;
border: none;
margin-bottom: 0;
width: 100%;
border-collapse: collapse;
text-align: center;
}
.awdr-bulk-customizable-table th {
background: #e8e8e8;
text-transform: uppercase;
font-size: 0.75em;
padding: 0.75em !important;
border: 2px solid #fff;
}
.awdr-bulk-customizable-table tr {
background: #f5f5f5;
border: 2px solid #fff;
}
.awdr-bulk-customizable-table td {
color: #000;
padding: 0.5em !important;
border: 2px solid #fff;
}
.awdr-bulk-customizable-table tr:last-child {
border-bottom: 0;
}