1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-07-15 00:57:32 +02:00

fixed graforg searchbar

This commit is contained in:
GilbN 2018-08-18 00:24:11 +02:00
parent 71f1f634d7
commit f739fbaf4c

View File

@ -30,14 +30,6 @@ 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 !important;
}