]> git.ipfire.org Git - thirdparty/patchwork.git/commit
ui: Move the background color of the table headers to a class
authorDamien Lespiau <damien.lespiau@intel.com>
Mon, 1 Dec 2014 15:07:28 +0000 (15:07 +0000)
committerStephen Finucane <stephen.finucane@intel.com>
Mon, 8 Feb 2016 19:03:35 +0000 (19:03 +0000)
commit8fac4b8cfddc025041e96c0e1682f6551bacd1a0
tree9defea7321369c65e84ad45ee9143025898ab184
parent0b053a53c50b7c7a5d974dccecb3545ab36c7998
ui: Move the background color of the table headers to a class

As we are using "sticky headers", the column headers stay apparent when
scrolling down, we need to specify a white background to hide what's
underneath.

With the addition of Seres, the patchlist table is not the only table we
want this behaviour on, so let's make it a CSS class rather then a
selector on the patchlist id.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Acked-by: Stephen Finucane <stephen.finucane@intel.com>
htdocs/css/style.css
patchwork/templates/patchwork/patch-list.html