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