2013-12-09 Sergio Martin <sergio.martin@artica.es>

* 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
This commit is contained in:
zarzuelo 2013-12-09 12:41:26 +00:00
parent ea3f69bba5
commit 31a97f0673
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2013-12-09 Sergio Martin <sergio.martin@artica.es>
* 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 <sergio.martin@artica.es>
* extras/pandoradb_migrate_4.1_to_5.0.postgreSQL.sql

View File

@ -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 {