thomasjacquin / allsky-portal

A simple, responsive web interface to control an allsky camera connected to a Raspberry Pi
GNU General Public License v3.0
34 stars 22 forks source link

AllSky Admin Panel Questions #81

Closed maserowik closed 2 years ago

maserowik commented 2 years ago

I am color blind and having a issue with one of the line in the system information. The Throttle Status is I believe red on green.

image

anyway to drop the red and make it like the others?

image

Thanks Mike

EricClaeys commented 2 years ago

@maserowik I just submitted a fix for this. The font color for the throttle status bar was the same as the characters to the left of the green bars, which is gray. The other status bars have white text. While fixing this I noticed in the code that the bars are supposed to grow from 0 to the correct width in 1/2 second when the page is loaded, so you see them moving. My HTML and CSS skills aren't good enough to fix it, but it has my interest so I created Issue #83.

EricClaeys commented 2 years ago

Fixed.