static: add table header gradient
This commit is contained in:
parent
e6578d4ba1
commit
49c1ba5ea0
|
@ -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;
|
||||
|
|
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