mirror of
https://github.com/danbulant/mysqlExporter
synced 2026-06-17 21:51:25 +00:00
table header styling
This commit is contained in:
parent
734d6f4ddd
commit
f73b2acb0d
1 changed files with 6 additions and 1 deletions
|
|
@ -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")}
|
||||
|
|
|
|||
Loading…
Reference in a new issue