static: add table header gradient
This commit is contained in:
parent
2f029dd7f6
commit
9140707585
|
@ -28,6 +28,19 @@ table {
|
||||||
border-spacing: 0pt;
|
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 {
|
td {
|
||||||
padding: 1px 1px 1px 0.5em;
|
padding: 1px 1px 1px 0.5em;
|
||||||
border: solid black;
|
border: solid black;
|
||||||
|
|
BIN
static/img/table-header-gradient.png
Normal file
BIN
static/img/table-header-gradient.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 602 B |
Loading…
Reference in a new issue