mirror of
https://github.com/mbirth/tcl_update_db.git
synced 2024-11-09 23:06:45 +00:00
Use material theme colour for "FULL ONLY" entries.
This commit is contained in:
parent
e04f479716
commit
be31fd513f
@ -1,6 +1,10 @@
|
||||
:root {
|
||||
--mdc-theme-primary: #1b5e20;
|
||||
--mdc-theme-primary-light: #4c8c4a;
|
||||
--mdc-theme-primary-dark: #003300;
|
||||
--mdc-theme-secondary: #f9a825;
|
||||
--mdc-theme-secondary-light: #ffd95a;
|
||||
--mdc-theme-secondary-dark: #c17900;
|
||||
}
|
||||
|
||||
body {
|
||||
|
@ -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>';
|
||||
|
Loading…
Reference in New Issue
Block a user