Lego2012
12/13/2016 - 4:38 PM

Expanding search icon

Expanding search icon

.search-bar .search-form input {
    background: url(images/search-icon.png) 5px center no-repeat;
    border: none;
    cursor: pointer;
    height: 20px;
    margin: 10px 0;
    padding: 0 0 0 30px;
    position: relative;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition: width 400ms ease, background 400ms ease;
    width: 0;
    font-size: 13px;
}

.search-bar .search-form input:focus {
    border-bottom: 1px solid #004b8d;
    cursor: text;
    width: 300px;
}

.search-bar .search-form input[type="submit"] {
    display: none;
}