static: replace top controls based gradient rendering by css gradient rendering method
This commit is contained in:
parent
1bb89b52f1
commit
6c8f83b6ee
2 changed files with 1 additions and 2 deletions
|
@ -133,8 +133,7 @@ table tr:hover td {
|
|||
flex-direction: row;
|
||||
|
||||
padding: 5px;
|
||||
background-repeat: repeat-x;
|
||||
background-image: url(../img/top-controls-bg.png);
|
||||
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%);
|
||||
}
|
||||
|
||||
#controls-top div {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue