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

fixed dash menu

This commit is contained in:
GilbN 2018-10-10 00:54:45 +02:00
parent f7c287e2e2
commit de2024ba07

View File

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