CloudyKangaroo / puppet-cloudykangaroo

Service Provider Management w/Sensu, Puppet and Ubersmith
http://cloudykangaroo.github.io/cloudykangaroo/
MIT License
4 stars 5 forks source link

Cosmetic - Change font color on main monitoring page #65

Closed kdreyer closed 10 years ago

kdreyer commented 10 years ago

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.

johann8384 commented 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; }

johann8384 commented 10 years ago

This has been completed.