54feb9fd4ce482717780bc53c0bc2828a15cd9b7
jcasper
  Thu Mar 26 03:52:29 2026 -0700
Putting a light border around the faceted composite table per request, refs #36320

diff --git src/hg/htdocs/style/facetedComposite.css src/hg/htdocs/style/facetedComposite.css
index 8bfac71e18c..19a3cc9eafe 100644
--- src/hg/htdocs/style/facetedComposite.css
+++ src/hg/htdocs/style/facetedComposite.css
@@ -27,30 +27,31 @@
 #filters label {
     display: flex;
     align-items: center;
     gap: 0.3em;
     cursor: pointer;
     user-select: none;
 }
 #theMetaDataTable_wrapper {
     flex: 1 1 auto;
     min-width: 0;
     box-sizing: border-box;
 }
 #theMetaDataTable {
     width: 100% !important;
     box-sizing: border-box;
+    box-shadow: 0 0 0 1px #ddd;
 }
 #theMetaDataTable td:nth-child(n+2),
 #theMetaDataTable th:nth-child(n+2) {
     vertical-align: top;
     /* white-space: nowrap; */
     /* overflow: hidden;          /* hide overflow */
     min-width: 100px; /* Adjust width as needed */
 }
 /* Override Select 3.0's custom checkbox styling to use native appearance */
 table.dataTable input.dt-select-checkbox {
     appearance: auto;
     width: auto;
     height: auto;
 }
 table.dataTable input.dt-select-checkbox:checked::after,