1
0

Use material theme colour for "FULL ONLY" entries.

This commit is contained in:
2017-12-29 00:58:29 +01:00
parent e04f479716
commit be31fd513f
2 changed files with 5 additions and 1 deletions

View File

@ -56,7 +56,7 @@ foreach ($allVars as $family => $models) {
if (in_array($v, $allOta)) {
echo '<td>' . $v . '</td>';
} else {
echo '<td class="fullonly">' . $v . '</td>';
echo '<td class="fullonly mdc-theme--secondary-dark">' . $v . '</td>';
}
} else {
echo '<td class="empty">- - -</td>';