diff --git a/static/flexbox/sanic.css b/static/flexbox/sanic.css index 841f550..6db0a59 100644 --- a/static/flexbox/sanic.css +++ b/static/flexbox/sanic.css @@ -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 { diff --git a/static/img/top-controls-bg.png b/static/img/top-controls-bg.png deleted file mode 100644 index 8107473..0000000 Binary files a/static/img/top-controls-bg.png and /dev/null differ