NIHVIVO-2280: Changed order of zebra stripe rows for main account management table.
This commit is contained in:
parent
9db4328321
commit
b3efdce52f
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ table#account th {
|
||||||
table#account tr {
|
table#account tr {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
table#account tr:nth-child(2n+1) {
|
table#account tr:nth-child(2n) {
|
||||||
background-color: rgba(200, 200, 180,.25);
|
background-color: rgba(200, 200, 180,.25);
|
||||||
}
|
}
|
||||||
table#account td {
|
table#account td {
|
||||||
|
|
Loading…
Add table
Reference in a new issue