static: add table header gradient

This commit is contained in:
coon 2023-11-30 22:31:42 +01:00
parent e6578d4ba1
commit 49c1ba5ea0
2 changed files with 13 additions and 0 deletions

View file

@ -28,6 +28,19 @@ table {
border-spacing: 0pt;
}
thead {
background-repeat: repeat-x;
background-image: url(../img/table-header-gradient.png);
}
th {
font-weight: bold;
padding: 2px 2px 2px 14px;
border: solid #1c2c1a;
border-width: 0 1px 0 0;
cursor: pointer;
}
td {
padding: 1px 1px 1px 0.5em;
border: solid black;

Binary file not shown.

After

Width:  |  Height:  |  Size: 602 B