Skip to content

Commit

Permalink
add background color to processing div
Browse files Browse the repository at this point in the history
  • Loading branch information
derekeder committed Jun 7, 2024
1 parent 3b6a88b commit a5baf96
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions chicago/static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,10 @@ fieldset[disabled] .form-control {
background-color: #fff;
}

div.dataTables_wrapper div.dataTables_processing {
background-color: #ffffffbb;
}

@media only screen and (max-width: 768px) {
/* Force table to not be like tables anymore */
table.rows-and-columns,
Expand Down

0 comments on commit a5baf96

Please sign in to comment.