static: replace image based table gradient rendering by css gradient rendering method
This commit is contained in:
parent
da17f5f422
commit
1bb89b52f1
|
@ -74,8 +74,8 @@ table {
|
|||
}
|
||||
|
||||
thead {
|
||||
background-repeat: repeat-x;
|
||||
background-image: url(../img/table-header-gradient.png);
|
||||
background: rgb(15,29,47);
|
||||
background: linear-gradient(0deg, rgba(15,29,47,1) 0%, rgba(15,29,47,1) 50%, rgba(7,14,23,1) 100%);
|
||||
}
|
||||
|
||||
th {
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 602 B |
Loading…
Reference in a new issue