mirror of
https://github.com/danbulant/mysqlExporter
synced 2026-07-05 03:10:41 +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 {
|
.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")}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue