static: replace top controls based gradient rendering by css gradient rendering method
This commit is contained in:
parent
1bb89b52f1
commit
6c8f83b6ee
|
@ -133,8 +133,7 @@ table tr:hover td {
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
background-repeat: repeat-x;
|
background: linear-gradient(0deg, rgba(3,7,11,1) 0%, rgba(14,27,43,1) 4%, rgba(41,55,74,1) 6%, rgba(18,35,56,1) 94%, rgba(40,68,104,1) 96%, rgba(168,182,200,1) 100%);
|
||||||
background-image: url(../img/top-controls-bg.png);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#controls-top div {
|
#controls-top div {
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 1.9 KiB |
Loading…
Reference in a new issue