From ac0512f439c4c6173850c6f1137993623918ca1d Mon Sep 17 00:00:00 2001 From: zarzuelo Date: Mon, 9 Dec 2013 12:41:26 +0000 Subject: [PATCH] 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 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9193 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 6 ++++++ pandora_console/include/styles/pandora.css | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) 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 {