From de2024ba0794e71eb80c1b66b37820e66d944ded Mon Sep 17 00:00:00 2001 From: GilbN Date: Wed, 10 Oct 2018 00:54:45 +0200 Subject: [PATCH] fixed dash menu --- CSS/themes/grafplex.css | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/CSS/themes/grafplex.css b/CSS/themes/grafplex.css index 1d49f726..fd4deb5f 100644 --- a/CSS/themes/grafplex.css +++ b/CSS/themes/grafplex.css @@ -43,24 +43,8 @@ body { } /* Dashboard search menu */ -.search-field-wrapper { - background-image: url("https://cdn.rawgit.com/gilbN/GrafOrg/master/Resources/blur-noise.png"), url("https://cdn.rawgit.com/gilbN/GrafOrg/master/Resources/blur-light.png"); - background-repeat: repeat, no-repeat; - background-attachment: fixed, fixed; - background-position: center center, center center; - background-size: auto, cover; - -webkit-background-size: auto, cover; - -moz-background-size: auto, cover; - -o-background-size: auto, cover; - background-color: rgba(0,0,0,.0); - box-shadow: none; -} .search-field-wrapper>input { height: 55px; - background-color: rgba(0, 0, 0, 0.25); -} -.search-field-icon { - background-color: rgba(0, 0, 0, .25); } /* Dashboard settings menu */