Closed kdreyer closed 10 years ago
This is caused by the bootstrap-theme we chose trying to set a gradient on the alert boxes. I think I prefer it without, this could be fixed by adding a stanza to public/stylesheets/style.css
.alert-success, .alert-danger, .alert-warning, .alert-info { background-image: none; }
This has been completed.
This is a small cosmetic thing, not urgent. On the following page: https://sensu-server01.contegix.com/monitoring
There are two (generally) green boxes that have status in them. One for Redis, one for RabbitMQ. Right now they are a green box with white text. You cannot read the text at all because there is very little contrast between them. If possible, when it has that light green background, have it be a dark color that will contrast better against the light green or make the shade of green much darker. Should also be tested against any other colors the box may change to (such as red, yellw, etc.) as other text colors may be needed for visibility.