mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-12 11:15:43 +02:00
Series Grid alternating row colours.
Removed Blueprints alternating row colours.
This commit is contained in:
parent
a0081ccb0b
commit
6dc3a22f75
@ -243,10 +243,10 @@ th, td, caption
|
||||
{
|
||||
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;
|
||||
}
|
||||
}*/
|
||||
tfoot
|
||||
{
|
||||
font-style: italic;
|
||||
|
@ -40,6 +40,11 @@ Series
|
||||
height: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.t-grid .t-alt
|
||||
{
|
||||
background: #E5ECF9;
|
||||
}
|
||||
</style>
|
||||
@section ActionMenu{
|
||||
@{Html.RenderPartial("SubMenu");}
|
||||
|
Loading…
Reference in New Issue
Block a user