Reversing table row backgrounds for readability. RY mentioned it and it was bothering me too.
This commit is contained in:
parent
648222cb47
commit
389c3676a5
1 changed files with 7 additions and 3 deletions
|
@ -151,13 +151,17 @@ td {
|
|||
border-width: 1px;
|
||||
padding: 4px 4px 4px 6px;
|
||||
border-style: inset;
|
||||
border-color: white;
|
||||
border-color: #EEEEEE;
|
||||
-moz-border-radius: 0px 0px 0px 0px;
|
||||
}
|
||||
|
||||
.odd_row {
|
||||
tr {
|
||||
background: #EEEEEE;
|
||||
border-bottom: 1px solid grey;
|
||||
}
|
||||
|
||||
tr.odd_row {
|
||||
background: #FFFFFF;
|
||||
border-bottom: 1px solid #999999;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue