Skip to content

Commit

Permalink
Merge pull request #810 from NASA-IMPACT/new-excluded-row-color
Browse files Browse the repository at this point in the history
updating the excluded row color to be less pink
  • Loading branch information
Kshaw362 authored Jun 5, 2024
2 parents 56ae118 + 7323361 commit fc51125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sde_indexing_helper/static/js/candidate_url_list.js
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ function initializeDataTable() {
],
createdRow: function (row, data, dataIndex) {
if (data["excluded"]) {
$(row).attr("style", "background-color: #ab387d !important");
$(row).attr("style", "background-color: rgba(255, 61, 87, 0.36) !important");
}
},
});
Expand Down

0 comments on commit fc51125

Please sign in to comment.