Skip to content

Commit

Permalink
table-striped for grouped case too
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinRiese committed Dec 20, 2023
1 parent b3f4ac2 commit 54f1bd6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion corehq/apps/cloudcare/templates/formplayer/query_view.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ <h2 tabindex="0"><%- title %></h2>
</div>
<% } %>
<div id="group-<%- groupKey %>" class="in">
<table class="table table-hover" role="presentation">
<table class="table table-hover table-striped table-bordered" role="presentation">
<tbody id="query-group-content">
</tbody>
</table>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,6 @@
background-color: @cc-bg;
}

#query-group-content > tr {
background-color: white;
}

#query-properties td {
border-top: 0px;
}
Expand Down

0 comments on commit 54f1bd6

Please sign in to comment.