Webinterface tables are hard to read due to background color
ohaucke opened this issue · 2 comments
ohaucke commented
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:
- start a build
- open the webinterface
- go to a build
- See error
Expected behavior
Don't set the css background-color
for even
rows to transparent
Screenshots
Environment
- Host OS:
13.2 amd64
- Jail OS:
13.2 amd64
- Browser:
Firefox
&Chrome
- Poudriere Version:
3.4.1
- Ports branch and revision:
latest
jrtc27 commented
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.