Fix Tenderfoot background colours.

This commit is contained in:
Graham Triggs 2017-06-07 23:14:43 +01:00
parent 06b792deed
commit a97d67f1fa

View file

@ -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;
} }