static: replace top controls based gradient rendering by css gradient rendering method

This commit is contained in:
coon 2023-12-05 02:48:16 +01:00
parent 1bb89b52f1
commit 6c8f83b6ee
2 changed files with 1 additions and 2 deletions

View file

@ -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