Skip to content
Snippets Groups Projects
Commit d8ccaebd authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

working on form-inline / search box

parent 64dda853
No related branches found
Tags v0.2.18
No related merge requests found
......@@ -98,8 +98,15 @@ header nav.header__top nav-item.active{
background: #FFFFFF30;
}
header .header__top .form-inline input:not(:focus):not(:hover)::placeholder {
color: white;
opacity: 1; /* Firefox */
}
header .header__top .form-inline input:not(:focus):not(:hover) {
background-color:#000;
background-color:#211b1d66;
background-color: #FFFFFF22;
border: 0;
}
header .header__top .form-inline .form-control {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment