e5943e594934ed251a3b03deba41422ff0be68bc chmalee Fri Jan 3 14:55:48 2025 -0800 Fix search bar and table row background color on hubspace interface diff --git src/hg/htdocs/style/hgMyData.css src/hg/htdocs/style/hgMyData.css index 247e427..f9038bb 100644 --- src/hg/htdocs/style/hgMyData.css +++ src/hg/htdocs/style/hgMyData.css @@ -33,24 +33,19 @@ #filesDiv table.dataTable input.dt-select-checkbox { appearance: auto; position:relative; display:inline-block; width:12px; height:12px; border:1px solid; border-radius:3px; vertical-align:middle; margin-top:1px; color:inherit; font-size:20px; line-height:1em } -/* -.topLevelRow { - text-align: left; +/* make the search bar and table have rows have a normal white background */ +#filesDiv input.dt-input,#filesDiv .dt-scroll-body { + background-color: #f9f9f9; } - -.childRow { - text-indent: 10px; -} -*/