diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index a9e8ddc52a..5ec3d35cfe 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,9 @@ +2013-12-09 Sergio Martin + + * include/styles/pandora.css: Fix styles in group view + for groups without states where letters were not visible + Incident: 432 + 2013-12-09 Sergio Martin * extras/pandoradb_migrate_4.1_to_5.0.postgreSQL.sql diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index 6292616358..a5b0a5b1bf 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -2293,7 +2293,7 @@ div.cellBig { tr.group_view_data, .group_view_data { - color: #fff; + color: #003a3a; } tr.group_view_crit, .group_view_crit { @@ -2320,6 +2320,7 @@ a.group_view_warn { tr.group_view_alrm, .group_view_alrm { background-color: #FF8800; + color: #FFF; } tr.group_view_unk, .group_view_unk {