Skip to content

Commit

Permalink
Merge pull request #33900 from dimagi/jt/case-search-query-field-style
Browse files Browse the repository at this point in the history
Case Search Screen Style
  • Loading branch information
Jtang-1 committed Dec 20, 2023
2 parents b0a597a + f7a04ac commit 615f4ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 2 additions & 2 deletions corehq/apps/cloudcare/templates/formplayer/query_view.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ <h2 tabindex="0"><%- title %></h2>
<%= description %>
</div>
<% } %>
<table class="table table-hover" role="presentation">
<tbody id="query-properties" class="<% if (!sidebarEnabled && grouped) { %>bg-white<%} %>">
<table class="table table-hover <%= grouped ? '' : 'table-striped table-bordered' %>" role="presentation">
<tbody id="query-properties">
</tbody>
</table>
<% if (!sidebarEnabled) {%>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,4 @@

.search-query-group .table {
border-collapse: separate; margin-bottom: 0px;
}

.bg-white {
background-color: white;
}
}

0 comments on commit 615f4ad

Please sign in to comment.