You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
background-color:#f2f2f2; /* Light grey background for odd rows */
}
/* Style for even table rows - This isn't necessary if you want all rows white by default, as declared above. But it's included here for completeness. */
tabletr:nth-child(even) {
background-color:#e7e7e7; /* Slightly different grey for even rows */
}
/* Style for when hovering over table rows */
tabletr:hover {
background-color:#9e9e9e; /* Darker grey when hovering */