table header styling

This commit is contained in:
Daniel Bulant 2020-04-14 15:39:56 +02:00
parent 734d6f4ddd
commit f73b2acb0d

View file

@ -78,6 +78,11 @@
.default { .default {
width: 50px; width: 50px;
} }
.head {
background-color: #444;
color: white;
}
</style> </style>
<script> <script>
@ -142,7 +147,7 @@
} }
var head = htmlToElement(` var head = htmlToElement(`
<tr> <tr class="head">
${addField("Field")} ${addField("Field")}
${addField("Type")} ${addField("Type")}
${addField("Collation")} ${addField("Collation")}