Fix Tenderfoot background colours.
This commit is contained in:
parent
06b792deed
commit
a97d67f1fa
1 changed files with 6 additions and 2 deletions
|
@ -231,17 +231,21 @@ a.return:active {
|
||||||
font-size: 10pt !important;
|
font-size: 10pt !important;
|
||||||
line-height: 2em !important;
|
line-height: 2em !important;
|
||||||
}
|
}
|
||||||
.row, .rowvert {
|
td.row, .rowvert {
|
||||||
background-color: #f7f9f9;
|
background-color: #f7f9f9;
|
||||||
color: #5F6464;
|
color: #5F6464;
|
||||||
|
}
|
||||||
|
.row, .rowvert {
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
line-height: 2em;
|
line-height: 2em;
|
||||||
}
|
}
|
||||||
.rowalternate {
|
td.rowalternate {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
color: #5F6464;
|
color: #5F6464;
|
||||||
|
}
|
||||||
|
.rowalternate {
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
line-height: 2em;
|
line-height: 2em;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue