Series Grid alternating row colours.

Removed Blueprints alternating row colours.
This commit is contained in:
Mark McDowall 2011-07-03 12:02:33 -07:00
parent a0081ccb0b
commit 6dc3a22f75
2 changed files with 7 additions and 2 deletions

View File

@ -243,10 +243,10 @@ th, td, caption
{ {
padding: 4px 10px 4px 5px; padding: 4px 10px 4px 5px;
} }
tbody tr:nth-child(even) td, tbody tr.even td /*tbody tr:nth-child(even) td, tbody tr.even td
{ {
background: #e5ecf9; background: #e5ecf9;
} }*/
tfoot tfoot
{ {
font-style: italic; font-style: italic;

View File

@ -40,6 +40,11 @@ Series
height: 100%; height: 100%;
text-align: center; text-align: center;
} }
.t-grid .t-alt
{
background: #E5ECF9;
}
</style> </style>
@section ActionMenu{ @section ActionMenu{
@{Html.RenderPartial("SubMenu");} @{Html.RenderPartial("SubMenu");}