fixed dash menu
This commit is contained in:
parent
f7c287e2e2
commit
de2024ba07
@ -43,24 +43,8 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Dashboard search menu */
|
/* 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 {
|
.search-field-wrapper>input {
|
||||||
height: 55px;
|
height: 55px;
|
||||||
background-color: rgba(0, 0, 0, 0.25);
|
|
||||||
}
|
|
||||||
.search-field-icon {
|
|
||||||
background-color: rgba(0, 0, 0, .25);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Dashboard settings menu */
|
/* Dashboard settings menu */
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user