Holiday Management page unique coloring for holiday configs

This commit is contained in:
Ken Patel 2010-02-09 02:13:52 +00:00
parent 211116b6cc
commit 6dbdcbf628
1 changed files with 12 additions and 0 deletions

View File

@ -222,6 +222,18 @@ stylesheet = '''
border-top: 1px solid #ffffff;
}
tbody tr[altColoring] td
{
background: LightCyan;
border-top: 1px solid #ffffff;
}
tbody tr[altColoring].odd td
{
background: PaleTurquoise;
border-top: 1px solid #ffffff;
}
tbody tr.dead td
{
background:#ff0000;