freebsd/poudriere

Webinterface tables are hard to read due to background color

ohaucke opened this issue · 2 comments

Prerequisites

  • Have you checked for an existing issue describing your problem?
  • Are you running the latest version?
  • Is your ports tree recent?
  • Is your FreeBSD Host on a supported release?

Describe the bug

The current color scheme (even rows) for tables makes it really hard to read build/failed/skipped/fetched and queued.

How to reproduce

Steps to reproduce the behavior:

  1. start a build
  2. open the webinterface
  3. go to a build
  4. See error

Expected behavior

Don't set the css background-color for even rows to transparent

Screenshots

build
failed
skipped
fetched
queued

Environment

  • Host OS: 13.2 amd64
  • Jail OS: 13.2 amd64
  • Browser: Firefox & Chrome
  • Poudriere Version: 3.4.1
  • Ports branch and revision: latest

master has since moved on to an overhauled look, but 3.4.1 suffers from this garish look. I think the right fix is to just limit the colouring in poudriere.css to the thead child. Will post a patch for release-3.4, which we should push through to ports, including the quarterly branch.