BigW Consortium Gitlab

Commit d4a58c68 by Dmitriy Zaporozhets

Style header search field on focus

parent aa97325d
......@@ -183,6 +183,13 @@ header {
font-size: 13px;
background-color: #f5f5f5;
border-color: #f5f5f5;
&:focus {
@include box-shadow(none);
outline: none;
border-color: #DDD;
background-color: #FFF;
}
}
}
}
......
Markdown is supported
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